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:
a85404a
)
Variable 'charset' gibt es in %::myconfig nicht mehr
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 17 Jun 2013 15:20:27 +0000
(17:20 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 17 Jun 2013 15:20:27 +0000
(17:20 +0200)
SL/Dispatcher.pm
patch
|
blob
|
history
diff --git
a/SL/Dispatcher.pm
b/SL/Dispatcher.pm
index
f4c21d0
..
1292f28
100644
(file)
--- a/
SL/Dispatcher.pm
+++ b/
SL/Dispatcher.pm
@@
-269,9
+269,6
@@
sub handle_request {
if ($action) {
$::instance_conf->init if $auth_result{auth_level} eq 'user';
- map { $::form->{$_} = $::myconfig{$_} } qw(charset)
- unless $action eq 'save' && $::form->{type} eq 'preferences';
-
$::form->set_standard_title;
if ($routing_type eq 'old') {
::call_sub('::' . $::locale->findsub($action));