---
 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

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to