SL::Layout -> SL::Layout::Dispatcher
authorSven Schöling <s.schoeling@linet-services.de>
Tue, 16 Oct 2012 13:29:19 +0000 (15:29 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 17 Oct 2012 14:03:34 +0000 (16:03 +0200)
SL/Controller/LoginScreen.pm

index 89909c0..89f21cc 100644 (file)
@@ -39,7 +39,7 @@ sub action_login {
   $::form->{login} = $::myconfig{login};
   $::locale        = Locale->new($::myconfig{countrycode}) if $::myconfig{countrycode};
   my $user         = User->new(login => $::myconfig{login});
-  $::request->{layout} = SL::Layout->new(style => $user->{menustyle});
+  $::request->{layout} = SL::Layout::Dispatcher->new(style => $user->{menustyle});
 
   # if we get an error back, bale out
   my $result = $user->login($::form);