diff options
author | friendica <info@friendica.com> | 2013-03-10 18:45:58 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-10 18:45:58 -0700 |
commit | 952b2ef2ab256d46d616db70edc42ffe640a5e9d (patch) | |
tree | 1bd9cb83a6beae2beb5ff30b1b26d604e7ccfc06 /util/typo.php | |
parent | 0d504715c1859276e919ddc6b236f946c783714f (diff) | |
download | volse-hubzilla-952b2ef2ab256d46d616db70edc42ffe640a5e9d.tar.gz volse-hubzilla-952b2ef2ab256d46d616db70edc42ffe640a5e9d.tar.bz2 volse-hubzilla-952b2ef2ab256d46d616db70edc42ffe640a5e9d.zip |
.
Diffstat (limited to 'util/typo.php')
-rw-r--r-- | util/typo.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/typo.php b/util/typo.php index c4d038ce8..fac60e8ec 100644 --- a/util/typo.php +++ b/util/typo.php @@ -38,8 +38,8 @@ } } - if(x($a->config,'php_path')) - $phpath = $a->config['php_path']; + if(x($a->config,'system') && x($a->config['system'],'php_path')) + $phpath = $a->config['system']['php_path']; else $phpath = 'php'; |