aboutsummaryrefslogtreecommitdiffstats
path: root/include/poller.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-05 20:08:35 -0700
committerfriendica <info@friendica.com>2013-08-05 20:08:35 -0700
commitc2f97f7490cd96e92432ca6c397dce2f6ab80eaa (patch)
tree72cbdda90fc9979fd8955a47a28b2895b4af5abd /include/poller.php
parent089e915be13707db129c1043d3b914333c296acc (diff)
downloadvolse-hubzilla-c2f97f7490cd96e92432ca6c397dce2f6ab80eaa.tar.gz
volse-hubzilla-c2f97f7490cd96e92432ca6c397dce2f6ab80eaa.tar.bz2
volse-hubzilla-c2f97f7490cd96e92432ca6c397dce2f6ab80eaa.zip
populate initial suggestions (ultimately we want to do this at install time as well as from the poller so that new sites have friend suggestions when they create their first channel).
Diffstat (limited to 'include/poller.php')
-rw-r--r--include/poller.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/poller.php b/include/poller.php
index f50bd4e3e..00914a712 100644
--- a/include/poller.php
+++ b/include/poller.php
@@ -82,10 +82,12 @@ function poller_run($argv, $argc){
sync_directories($dirmode);
}
-// update_suggestions();
set_config('system','last_expire_day',$d2);
proc_run('php','include/expire.php');
+
+ proc_run('php','include/cli_suggest.php');
+
}
// update any photos which didn't get imported properly