From: Moritz Bunkus Date: Mon, 17 Jun 2013 15:20:27 +0000 (+0200) Subject: Variable 'charset' gibt es in %::myconfig nicht mehr X-Git-Tag: release-3.1.0beta1~309^2~16 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=2ee964a6f3f95f99120b758fd1fee3bdb3f27880;p=kivitendo-erp.git Variable 'charset' gibt es in %::myconfig nicht mehr --- 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));