From 9c88730671d29cbf39b619c1efd5f04afcc38816 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 20 May 2011 13:05:13 +0200 Subject: [PATCH] =?utf8?q?assert=20darf=20login=20nicht=20asu=20form=20hol?= =?utf8?q?en,=20weil=20das=20vom=20User=20=C3=BCberschrieben=20werden=20ka?= =?utf8?q?nn.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Auth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Auth.pm b/SL/Auth.pm index 109b75ce3..77ea226ae 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -1095,7 +1095,7 @@ sub assert { $::lxdebug->enter_sub(2); my ($self, $right, $dont_abort) = @_; - if ($self->check_right($::form->{login}, $right)) { + if ($self->check_right($::myconfig{login}, $right)) { $::lxdebug->leave_sub(2); return 1; } -- 2.20.1