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-Tag: 2.3-final~693 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=3b1964cb7fa76178108e37e826fa7ff2e910d88c;p=fa-stable.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 bdeab5c6..2a517deb 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;