X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FUser.pm;h=a267fcd6f55afc73e020f047002672af858d7317;hb=ebc23a03b49e640a64d1b5b2c792c0bd01e6c93c;hp=3e9d0ace0e79d86200edc5931e50351bc2a7b616;hpb=857242398f40610d90f52b83b2d4ac5e1d764b9f;p=kivitendo-erp.git 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;