Controller::LoginScreen: AuthHandler::handle ohne Argumente aufrufen
[kivitendo-erp.git] / SL / Controller / LoginScreen.pm
index 8ac63a7..673c6b4 100644 (file)
@@ -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}));