X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a85404a430588940764a01c71779fe8fdfe42db0..dfefe1cf599541143e94e1356d6be0edc53e8059:/SL/Dispatcher.pm diff --git a/SL/Dispatcher.pm b/SL/Dispatcher.pm index f4c21d065..1292f280c 100644 --- 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));