Commit 7ae7eeb922f70275317078957a751358205c1a20
1 parent
92e0ac4c
Some more paths
Committed by: Jarrett Jordaan Reviewed by: Prince Mbekwa
Showing
1 changed file
with
1 additions
and
1 deletions
setup/wizard/installUtil.php
| ... | ... | @@ -763,7 +763,7 @@ class InstallUtil { |
| 763 | 763 | } |
| 764 | 764 | |
| 765 | 765 | public function useZendJVM() { |
| 766 | - if($this->util->installEnvironment() == 'Zend') { | |
| 766 | + if($this->installEnvironment() == 'Zend') { | |
| 767 | 767 | if(WINDOWS_OS) { // For Zend Installation only |
| 768 | 768 | $sysdir = explode(DS, SYSTEM_DIR); |
| 769 | 769 | array_pop($sysdir); | ... | ... |