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);