From: Moritz Bunkus Date: Mon, 15 Jul 2013 08:18:25 +0000 (+0200) Subject: Beim Benutzerlogin keine Auth-DB-Upgrades anwenden X-Git-Tag: release-3.1.0beta1~166 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/commitdiff_plain/a6c7c5aef7446699b0b0af3518fbca70937ebd84 Beim Benutzerlogin keine Auth-DB-Upgrades anwenden --- 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;