From: Janusz Dobrowolski Date: Thu, 21 Apr 2011 13:33:12 +0000 (+0200) Subject: Entry into Upgrade Software option triggered automatic config.php changes even withou... X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=250fb93a9636c0e6664e0c34067782867fa74580;p=textcart.git Entry into Upgrade Software option triggered automatic config.php changes even without starting upgrade. --- diff --git a/sql/alter2.3.php b/sql/alter2.3.php index bdeab5c..2a517de 100644 --- a/sql/alter2.3.php +++ b/sql/alter2.3.php @@ -28,6 +28,7 @@ class fa2_3 { { global $db_version, $dflt_lang; + $this->preconf = $this->fix_extensions(); if (!$this->preconf) return false; @@ -110,7 +111,6 @@ class fa2_3 { // function installed($pref) { $this->beta = !check_table($pref, 'suppliers', 'tax_included'); - $this->preconf = $this->fix_extensions(); $n = 1; // number of patches to be installed $patchcnt = 0;