Commit 6588e956aa758488c5314f4273fdb2b86f961f42
1 parent
71dc1cb2
Story ID:1166880:Updated Upgrade Refactor
Committed by: Jarrett Jordaan Reviewed by: Paul Barrett
Showing
1 changed file
with
3 additions
and
3 deletions
setup/wizard/iniUtilities.php
| ... | ... | @@ -46,9 +46,9 @@ class iniUtilities { |
| 46 | 46 | |
| 47 | 47 | function load($iniFile) { |
| 48 | 48 | // if($this->iniFile != $iniFile) { |
| 49 | -// $this->cleanArray = array(); | |
| 50 | -// $this->lineNum = 0; | |
| 51 | -// $this->exists = ''; | |
| 49 | + $this->cleanArray = array(); | |
| 50 | + $this->lineNum = 0; | |
| 51 | + $this->exists = ''; | |
| 52 | 52 | // } |
| 53 | 53 | $this->iniFile = $iniFile; |
| 54 | 54 | $this->backupIni($iniFile); | ... | ... |