[Koha-patches] [PATCH] Bug 1088: This is a patch of the patch, there was a typo on the former patch

Darrell Ulm darrellulm at smfpl.org
Tue Oct 6 16:35:07 CEST 2009


---
 C4/Auth.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/C4/Auth.pm b/C4/Auth.pm
index 102a1c4..8d4c3a9 100644
--- a/C4/Auth.pm
+++ b/C4/Auth.pm
@@ -296,7 +296,7 @@ sub get_template_and_user {
             LoginBranchname             => (C4::Context->userenv?C4::Context->userenv->{"branchname"}:"insecure"),
             TemplateEncoding            => C4::Context->preference("TemplateEncoding"),
             advancedMARCEditor          => C4::Context->preference("advancedMARCEditor"),
-            canreservefromotherbranches => C4::Context->preference('canreservefrIomotherbranches'),
+            canreservefromotherbranches => C4::Context->preference('canreservefromotherbranches'),
             intranetcolorstylesheet     => C4::Context->preference("intranetcolorstylesheet"),
             intranetreadinghistory      => C4::Context->preference("intranetreadinghistory"),
             intranetstylesheet          => C4::Context->preference("intranetstylesheet"),
-- 
1.5.6.5




More information about the Koha-patches mailing list