From c2f97f7490cd96e92432ca6c397dce2f6ab80eaa Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 5 Aug 2013 20:08:35 -0700 Subject: 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). --- include/poller.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/poller.php') 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 -- cgit v1.2.3