mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
Fix boolean value
This commit is contained in:
parent
cacaec41fb
commit
c5cbba3416
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue