diff options
author | Thomas Willingham <founder@kakste.com> | 2014-03-28 00:36:38 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2014-03-28 00:36:38 +0000 |
commit | 6394f066353f01d6ea82cf94a46aea564add7b51 (patch) | |
tree | daf30fe6d4476e93c3e64a7f7be8c56ee344899e /include/externals.php | |
parent | 1f931c0e3c687d91e53fdf1b6337febc8125bd74 (diff) | |
download | volse-hubzilla-6394f066353f01d6ea82cf94a46aea564add7b51.tar.gz volse-hubzilla-6394f066353f01d6ea82cf94a46aea564add7b51.tar.bz2 volse-hubzilla-6394f066353f01d6ea82cf94a46aea564add7b51.zip |
typo
Diffstat (limited to 'include/externals.php')
-rw-r--r-- | include/externals.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/externals.php b/include/externals.php index 946931033..80476d4a7 100644 --- a/include/externals.php +++ b/include/externals.php @@ -28,7 +28,7 @@ function externals_run($argv, $argc){ } if($url) { - $days = intval(getconfig('externals','since_days')); + $days = intval(get_config('externals','since_days')); if($days === false) $days = 15; |