aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-27 18:03:39 -0700
committerfriendica <info@friendica.com>2014-03-27 18:03:39 -0700
commit6aa8cbf968e3382e592be21eda6057f90a02978c (patch)
tree935e6d5ef528f088256d05b7ae798102ea636b2a
parent8594d069a1fd00c0aacb30f544555c26465991c2 (diff)
parent6394f066353f01d6ea82cf94a46aea564add7b51 (diff)
downloadvolse-hubzilla-6aa8cbf968e3382e592be21eda6057f90a02978c.tar.gz
volse-hubzilla-6aa8cbf968e3382e592be21eda6057f90a02978c.tar.bz2
volse-hubzilla-6aa8cbf968e3382e592be21eda6057f90a02978c.zip
Merge https://github.com/friendica/red into zpull
-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;