Dispatcher: Reset von myconfig war fehlerhaft
[kivitendo-erp.git] / SL / Dispatcher.pm
index fbe63f2..6b7cf63 100644 (file)
@@ -344,7 +344,7 @@ sub handle_request {
 
   $::locale   = undef;
   $::form     = undef;
-  $::myconfig = ();
+  %::myconfig = ();
   $::request  = undef;
 
   SL::DBConnect::Cache->reset_all;