]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Beim Benutzerlogin keine Auth-DB-Upgrades anwenden
authorMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 15 Jul 2013 08:18:25 +0000 (10:18 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 15 Jul 2013 10:36:45 +0000 (12:36 +0200)
SL/User.pm

index 3e9d0ace0e79d86200edc5931e50351bc2a7b616..a267fcd6f55afc73e020f047002672af858d7317 100644 (file)
@@ -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;