From d8d257225738c746c6235b89105af74be7ca74fc Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 17 Feb 2013 16:20:48 +0100 Subject: [PATCH] Bug 9587 : QA follow up - fix one tabulation character Makes QA script happy. Signed-off-by: Jared Camins-Esakov --- C4/Context.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5