]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Dispatcher/AuthHandler/Admin.pm
Funktionsaufruf zu SL::Layout->no_menu entfernt
[kivitendo-erp.git] / SL / Dispatcher / AuthHandler / Admin.pm
index 9ef6ef388995f88b95361c05039983d4f9940232..06fd3cfe3c2991b42f831ddadf2788aef57ec1c6 100644 (file)
@@ -23,7 +23,6 @@ sub handle {
   }
 
   $::request->{layout} = SL::Layout::Dispatcher->new(style => 'admin');
-  $::request->layout->no_menu(1);
   $::auth->delete_session_value('admin_password');
   $::auth->punish_wrong_login;
   SL::Dispatcher::show_error('admin/adminlogin', 'password');