Commit ffa17b07181fb8e238b67479777f60112335f15c

Authored by Jarrett Jordaan
1 parent 33c5dba5

StoryId:964065 Autoload update

Committed by: Jarrett Jordaan

Reviewed by: Megan Watson
setup/wizard/installwizard.php
... ... @@ -226,9 +226,9 @@ class InstallWizard {
226 226 */
227 227 public function dispatch() {
228 228 $this->load();
229   - if($this->getBypass() === 1) {
  229 + if($this->getBypass() === "1") {
230 230 $this->createInstallFile();
231   - } elseif ($this->getBypass() === 0) {
  231 + } elseif ($this->getBypass() === "0") {
232 232 $this->removeInstallFile();
233 233 }
234 234 if(!$this->isSystemInstalled()) { // Check if the systems not installed
... ...