Commit ffa17b07181fb8e238b67479777f60112335f15c
1 parent
33c5dba5
StoryId:964065 Autoload update
Committed by: Jarrett Jordaan Reviewed by: Megan Watson
Showing
1 changed file
with
2 additions
and
2 deletions
setup/wizard/installwizard.php
| @@ -226,9 +226,9 @@ class InstallWizard { | @@ -226,9 +226,9 @@ class InstallWizard { | ||
| 226 | */ | 226 | */ |
| 227 | public function dispatch() { | 227 | public function dispatch() { |
| 228 | $this->load(); | 228 | $this->load(); |
| 229 | - if($this->getBypass() === 1) { | 229 | + if($this->getBypass() === "1") { |
| 230 | $this->createInstallFile(); | 230 | $this->createInstallFile(); |
| 231 | - } elseif ($this->getBypass() === 0) { | 231 | + } elseif ($this->getBypass() === "0") { |
| 232 | $this->removeInstallFile(); | 232 | $this->removeInstallFile(); |
| 233 | } | 233 | } |
| 234 | if(!$this->isSystemInstalled()) { // Check if the systems not installed | 234 | if(!$this->isSystemInstalled()) { // Check if the systems not installed |