From 6588e956aa758488c5314f4273fdb2b86f961f42 Mon Sep 17 00:00:00 2001 From: Jarrett Jordaan Date: Mon, 2 Nov 2009 12:14:29 +0200 Subject: [PATCH] Story ID:1166880:Updated Upgrade Refactor --- setup/wizard/iniUtilities.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/wizard/iniUtilities.php b/setup/wizard/iniUtilities.php index 366caf7..8720be7 100644 --- a/setup/wizard/iniUtilities.php +++ b/setup/wizard/iniUtilities.php @@ -46,9 +46,9 @@ class iniUtilities { function load($iniFile) { // if($this->iniFile != $iniFile) { -// $this->cleanArray = array(); -// $this->lineNum = 0; -// $this->exists = ''; + $this->cleanArray = array(); + $this->lineNum = 0; + $this->exists = ''; // } $this->iniFile = $iniFile; $this->backupIni($iniFile); -- libgit2 0.21.4