From dfd55dc62b7a7f75367ef903fa0ec8c8ce5be1a8 Mon Sep 17 00:00:00 2001 From: Ivan Tcholakov Date: Wed, 3 Mar 2010 22:09:56 +0200 Subject: [PATCH] Task #272 - Installation scripts, upgrading: Forsing inclusion of the old configuration file. This is needed to be done after the blocking feature has been introduced. --- main/install/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/install/index.php b/main/install/index.php index ffcef73ebf..a90058d272 100755 --- a/main/install/index.php +++ b/main/install/index.php @@ -218,7 +218,7 @@ if ($_POST['step2_install'] || $_POST['step2_update_8'] || $_POST['step2_update_ if ($installType == 'update' && in_array($my_old_version, $update_from_version_8)) { // This is the main configuration file of the system before the upgrade. - include_once api_get_path(CONFIGURATION_PATH).'configuration.php'; + include api_get_path(CONFIGURATION_PATH).'configuration.php'; // Don't change to include_once } if (!isset($_GET['running'])) {