Falscher Controller
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 18 Oct 2012 08:27:12 +0000 (10:27 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 18 Oct 2012 08:27:12 +0000 (10:27 +0200)
bin/mozilla/admin.pl

index 5175aac..0a7145a 100755 (executable)
@@ -91,7 +91,7 @@ sub run {
   $locale = $::locale;
   $auth   = $::auth;
 
-  $::request->{layout} = SL::Controller::Layout->new(style => 'admin');
+  $::request->{layout} = SL::Layout::Dispatcher->new(style => 'admin');
   $::request->{layout}->use_stylesheet("lx-office-erp.css");
   $form->{favicon}    = "favicon.ico";