Fix boolean value

This commit is contained in:
Philipp
2019-03-14 22:59:30 +01:00
committed by Hypolite Petovan
parent cacaec41fb
commit c5cbba3416

View File

@@ -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');
}