---
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
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/