X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/857242398f40610d90f52b83b2d4ac5e1d764b9f..f99423f0ba0ec475f919305842b60d1435c901a8:/SL/User.pm 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;