Fix boolean value
This commit is contained in:
committed by
Hypolite Petovan
parent
cacaec41fb
commit
c5cbba3416
@@ -220,7 +220,7 @@ HELP;
|
|||||||
}
|
}
|
||||||
|
|
||||||
$php_path = null;
|
$php_path = null;
|
||||||
if (!$configCache->has('config', 'php_path')) {
|
if ($configCache->has('config', 'php_path')) {
|
||||||
$php_path = $configCache->get('config', 'php_path');
|
$php_path = $configCache->get('config', 'php_path');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user