diff options
Diffstat (limited to 'userprefs.cgi')
-rwxr-xr-x | userprefs.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userprefs.cgi b/userprefs.cgi index 5c1a85e32..15ca800b1 100755 --- a/userprefs.cgi +++ b/userprefs.cgi @@ -34,7 +34,7 @@ use Bugzilla::Error; use Bugzilla::User; my $template = Bugzilla->template; -my $vars = {}; +local our $vars = {}; ############################################################################### # Each panel has two functions - panel Foo has a DoFoo, to get the data |