From 39fbcf2e030ec255e3227f93a38290ae9bedd2dd Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Thu, 22 Mar 2012 14:20:14 +0100 Subject: [PATCH] Bug 7763 - admin/systempreferences.pl plack scoping --- 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