From b6ecf83eed1736166905e00b2bbb4f77794330e2 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. --- C4/Context.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Context.pm b/C4/Context.pm index 8451609..c2b5233 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; -- 1.7.9.5