populate some posts when somebody is granted "read stream" permission

This commit is contained in:
friendica
2013-11-17 16:50:32 -08:00
parent 28b0eb9c33
commit 06e0272db8
7 changed files with 34 additions and 6 deletions

View File

@@ -117,7 +117,10 @@ function poller_run($argv, $argc){
set_config('system','last_expire_day',$d2);
// Uncomment when expire protocol component is working
// Update - this is not going to happen. We are only going to
// implement per-item expire, not blanket expiration
// proc_run('php','include/expire.php');
proc_run('php','include/cli_suggest.php');