From a4c3e9de7b3169ac6a0ad270022da9aeed91f9ff Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 19 Jul 2013 17:50:00 +0200 Subject: [PATCH] =?utf8?q?Admin-Controller:=20bei=20Session-Fehler=20Men?= =?utf8?q?=C3=BC=20nicht=20anzeigen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Dispatcher/AuthHandler/Admin.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/SL/Dispatcher/AuthHandler/Admin.pm b/SL/Dispatcher/AuthHandler/Admin.pm index babdc223a..ad7c1f413 100644 --- a/SL/Dispatcher/AuthHandler/Admin.pm +++ b/SL/Dispatcher/AuthHandler/Admin.pm @@ -23,6 +23,7 @@ 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'); -- 2.20.1