aboutsummaryrefslogtreecommitdiffstats
path: root/include/externals.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/externals.php')
-rw-r--r--include/externals.php2
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;