From ffa17b07181fb8e238b67479777f60112335f15c Mon Sep 17 00:00:00 2001 From: Jarrett Jordaan Date: Wed, 22 Jul 2009 09:47:14 +0200 Subject: [PATCH] StoryId:964065 Autoload update --- setup/wizard/installwizard.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/wizard/installwizard.php b/setup/wizard/installwizard.php index 4ba54d4..259a051 100644 --- a/setup/wizard/installwizard.php +++ b/setup/wizard/installwizard.php @@ -226,9 +226,9 @@ class InstallWizard { */ public function dispatch() { $this->load(); - if($this->getBypass() === 1) { + if($this->getBypass() === "1") { $this->createInstallFile(); - } elseif ($this->getBypass() === 0) { + } elseif ($this->getBypass() === "0") { $this->removeInstallFile(); } if(!$this->isSystemInstalled()) { // Check if the systems not installed -- libgit2 0.21.4