From 875e89eead12c05070371918fae97335cf451c0c Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 13 Apr 2015 13:41:00 +0200 Subject: [PATCH] Funktionsaufruf zu SL::Layout->no_menu entfernt Die Funktion wurde mit 68dbf4a4cb26b9554a23f076438109d7fc2d861c generell entfernt. --- SL/Dispatcher/AuthHandler/Admin.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/SL/Dispatcher/AuthHandler/Admin.pm b/SL/Dispatcher/AuthHandler/Admin.pm index 9ef6ef388..06fd3cfe3 100644 --- a/SL/Dispatcher/AuthHandler/Admin.pm +++ b/SL/Dispatcher/AuthHandler/Admin.pm @@ -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'); -- 2.20.1