From a6c7c5aef7446699b0b0af3518fbca70937ebd84 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 15 Jul 2013 10:18:25 +0200 Subject: [PATCH] Beim Benutzerlogin keine Auth-DB-Upgrades anwenden --- SL/User.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/SL/User.pm b/SL/User.pm index 3e9d0ace0..a267fcd6f 100644 --- a/SL/User.pm +++ b/SL/User.pm @@ -150,7 +150,6 @@ sub login { $SIG{QUIT} = 'IGNORE'; $self->dbupdate2(form => $form, updater => $dbupdater, database => $::auth->client->{dbname}); - SL::DBUpgrade2->new(form => $::form, auth => 1)->apply_admin_dbupgrade_scripts(0); SL::System::InstallationLock->unlock; -- 2.20.1