diff --git a/src/Core/Console/AutomaticInstallation.php b/src/Core/Console/AutomaticInstallation.php index 0c12ba853b..da2fef2f6b 100644 --- a/src/Core/Console/AutomaticInstallation.php +++ b/src/Core/Console/AutomaticInstallation.php @@ -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'); }