Fix boolean value
This commit is contained in:
parent
cacaec41fb
commit
c5cbba3416
|
@ -220,7 +220,7 @@ HELP;
|
|||
}
|
||||
|
||||
$php_path = null;
|
||||
if (!$configCache->has('config', 'php_path')) {
|
||||
if ($configCache->has('config', 'php_path')) {
|
||||
$php_path = $configCache->get('config', 'php_path');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue