X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fpoller.php;h=d568bbd037d380634bfaff2bf01f796dae4673a3;hb=949d3f0ff19586897352e158c82eeab7db441437;hp=d9e5282f2dd7bdab9b34a23e49f6acb8841e521c;hpb=a203820efeeae5b14fbc59140205e87fb40294f9;p=friendica.git diff --git a/include/poller.php b/include/poller.php index d9e5282f2d..d568bbd037 100644 --- a/include/poller.php +++ b/include/poller.php @@ -60,6 +60,8 @@ function poller_run($argv, $argc){ update_contact_birthdays(); + update_suggestions(); + set_config('system','last_expire_day',$d2); proc_run('php','include/expire.php'); }