X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDispatcher.pm;h=3eaebf08b1cacc40ebb4e84b23099fcf92cadd6b;hb=5729856b2a3b4aeecda843329939363dcd08ae6f;hp=1292f280c204978ea02cca20b0cf60ff77c13f27;hpb=2ee964a6f3f95f99120b758fd1fee3bdb3f27880;p=kivitendo-erp.git 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));