From: Moritz Bunkus Date: Mon, 3 Jan 2011 15:15:10 +0000 (+0100) Subject: Upgradescripte für auth.* nur ausführen, wenn Authentifizierungstabellen bereits... X-Git-Tag: release-2.6.2beta1~6^2~5 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c9902d7658d0cacdf665971b32de0e054637efd0;p=kivitendo-erp.git Upgradescripte für auth.* nur ausführen, wenn Authentifizierungstabellen bereits existieren --- diff --git a/bin/mozilla/admin.pl b/bin/mozilla/admin.pl index 7bb498c6e..3258a317c 100755 --- a/bin/mozilla/admin.pl +++ b/bin/mozilla/admin.pl @@ -84,10 +84,9 @@ sub run { if ($auth->session_tables_present()) { $::auth->set_session_value('rpw', $::form->{rpw}); $::auth->create_or_refresh_session(); + _apply_dbupgrade_scripts(); } - _apply_dbupgrade_scripts(); - call_sub($locale->findsub($form->{action})); } } else {