X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FLoginScreen.pm;h=673c6b43c3b3cfa6ac56500ad11cc325f6014c16;hb=5142828d6dea553b3e54e936a2f1af368170f660;hp=8ac63a72ddd373445e8221462da5ca650e57365e;hpb=808bfd679e48691da8f0b9bbb8c778ab7805cbda;p=kivitendo-erp.git 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}));