X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/32f6b40f49f084318d614f868407c83c36f35e00..a3fbb2f841cb533264f1b3c839f7ded19cdeca6c:/SL/Dispatcher.pm diff --git a/SL/Dispatcher.pm b/SL/Dispatcher.pm index 1292f280c..3eaebf08b 100644 --- a/SL/Dispatcher.pm +++ b/SL/Dispatcher.pm @@ -267,8 +267,6 @@ sub handle_request { delete @{ $::form }{ grep { m/^\{AUTH\}/ } keys %{ $::form } } unless $auth_result{keep_auth_vars}; if ($action) { - $::instance_conf->init if $auth_result{auth_level} eq 'user'; - $::form->set_standard_title; if ($routing_type eq 'old') { ::call_sub('::' . $::locale->findsub($action));