[Koha-patches] [PATCH] Bug 7763 - admin/systempreferences.pl plack scoping

Dobrica Pavlinusic dpavlin at rot13.org
Thu Mar 22 14:21:43 CET 2012


---
 admin/systempreferences.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/admin/systempreferences.pl b/admin/systempreferences.pl
index f4069ae..96a9957 100755
--- a/admin/systempreferences.pl
+++ b/admin/systempreferences.pl
@@ -67,7 +67,7 @@ use YAML::Syck qw( Dump LoadFile );
 #   Because some things *should* be on more than one tab.
 #   And the tabname is the unique part (the key).
 
-my %tabsysprefs;
+our %tabsysprefs;
 
 # Acquisitions
     $tabsysprefs{gist}="Acquisitions";
-- 
1.7.2.5



More information about the Koha-patches mailing list