From: Sven Schöling Date: Tue, 27 Jun 2017 13:23:07 +0000 (+0200) Subject: Dispatcher: Reset von myconfig war fehlerhaft X-Git-Tag: release-3.5.4~1039 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=0c1b51b8ad98f6b1739af1744a640bd1d1a86e1f;p=kivitendo-erp.git Dispatcher: Reset von myconfig war fehlerhaft --- diff --git a/SL/Dispatcher.pm b/SL/Dispatcher.pm index fbe63f2ec..6b7cf6300 100644 --- a/SL/Dispatcher.pm +++ b/SL/Dispatcher.pm @@ -344,7 +344,7 @@ sub handle_request { $::locale = undef; $::form = undef; - $::myconfig = (); + %::myconfig = (); $::request = undef; SL::DBConnect::Cache->reset_all;