X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d28dde0f9ee82e6400fd0caba165331d561affde..670f76a86aaf642bf1a6b5b37cdc023f8fdfc79c:/SL/Dispatcher.pm diff --git a/SL/Dispatcher.pm b/SL/Dispatcher.pm index 8301e5602..747da0485 100644 --- a/SL/Dispatcher.pm +++ b/SL/Dispatcher.pm @@ -214,6 +214,8 @@ sub handle_request { action => $action, ); + delete @{ $::form }{ grep { m/^\{AUTH\}/ } keys %{ $::form } }; + if ($action) { $::instance_conf->init if $auth_level eq 'user';