From 7ae7eeb922f70275317078957a751358205c1a20 Mon Sep 17 00:00:00 2001 From: Jarrett Jordaan Date: Tue, 10 Nov 2009 16:04:09 +0200 Subject: [PATCH] Some more paths --- setup/wizard/installUtil.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/wizard/installUtil.php b/setup/wizard/installUtil.php index dbe57fe..f658e19 100644 --- a/setup/wizard/installUtil.php +++ b/setup/wizard/installUtil.php @@ -763,7 +763,7 @@ class InstallUtil { } public function useZendJVM() { - if($this->util->installEnvironment() == 'Zend') { + if($this->installEnvironment() == 'Zend') { if(WINDOWS_OS) { // For Zend Installation only $sysdir = explode(DS, SYSTEM_DIR); array_pop($sysdir); -- libgit2 0.21.4