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).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user