Eine mit my deklarierte Variable nicht noch mit our deklarieren
[kivitendo-erp.git] / bin / mozilla / oe.pl
index 1532bf7..ad25e83 100644 (file)
@@ -300,8 +300,9 @@ sub form_header {
 
   check_oe_access();
 
-  # Container for template variables. Unfortunately this has to be visible in form_footer too, so not my.
-  our %TMPL_VAR = ();
+  # Container for template variables. Unfortunately this has to be
+  # visible in form_footer too, so my at package level and not here.
+  %TMPL_VAR = ();
 
   $form->{defaultcurrency} = $form->get_default_currency(\%myconfig);