projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28ef3d6
)
Dispatcher: Reset von myconfig war fehlerhaft
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 27 Jun 2017 13:23:07 +0000
(15:23 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 27 Jun 2017 13:23:07 +0000
(15:23 +0200)
SL/Dispatcher.pm
patch
|
blob
|
history
diff --git
a/SL/Dispatcher.pm
b/SL/Dispatcher.pm
index
fbe63f2
..
6b7cf63
100644
(file)
--- 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;