]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Console/Typo.php
Merge pull request #7068 from MrPetovan/task/7047-theme-error-page
[friendica.git] / src / Core / Console / Typo.php
index 32ba6ded35186878bea79e9bf8cac456c8444172..8d07051e8393861679c1b82b2ad8f848709fab3c 100644 (file)
@@ -43,7 +43,7 @@ HELP;
                        throw new \Asika\SimpleConsole\CommandArgsException('Too many arguments');
                }
 
-               $php_path = BaseObject::getApp()->getConfig()->get('config', 'php_path', 'php');
+               $php_path = BaseObject::getApp()->getConfigCache()->get('config', 'php_path', 'php');
 
                if ($this->getOption('v')) {
                        $this->out('Directory: src');