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