From: Katrin Fischer Date: Sun, 17 Feb 2013 15:20:48 +0000 (+0100) Subject: Bug 9587 : QA follow up - fix one tabulation character X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=d8d257225738c746c6235b89105af74be7ca74fc;p=koha.git Bug 9587 : QA follow up - fix one tabulation character Makes QA script happy. Signed-off-by: Jared Camins-Esakov --- diff --git a/C4/Context.pm b/C4/Context.pm index 84516092d3..c2b5233967 100644 --- a/C4/Context.pm +++ b/C4/Context.pm @@ -1082,7 +1082,7 @@ sub set_userenv { "flags" => $userflags, "emailaddress" => $emailaddress, "branchprinter" => $branchprinter, - "persona" => $persona, + "persona" => $persona, }; $context->{userenv}->{$var} = $cell; return $cell;