Fix boolean value

This commit is contained in:
Philipp 2019-03-14 22:59:30 +01:00 committed by GitHub
parent d9e726cfd5
commit 9e2a167aed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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