X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/808bfd679e48691da8f0b9bbb8c778ab7805cbda..d2e078315810c382a8f8d331849fceedbcc7dda7:/SL/Controller/LoginScreen.pm diff --git a/SL/Controller/LoginScreen.pm b/SL/Controller/LoginScreen.pm index 8ac63a72d..673c6b43c 100644 --- a/SL/Controller/LoginScreen.pm +++ b/SL/Controller/LoginScreen.pm @@ -58,7 +58,7 @@ sub action_login { %::myconfig = $login ? $::auth->read_user(login => $login) : (); $::locale = Locale->new($::myconfig{countrycode}) if $::myconfig{countrycode}; - SL::Dispatcher::AuthHandler::User->new->handle(countrycode => $::myconfig{countrycode}); + SL::Dispatcher::AuthHandler::User->new->handle; $::request->layout(SL::Layout::Dispatcher->new(style => $::myconfig{menustyle}));