diff options
Diffstat (limited to 'include/poller.php')
-rw-r--r-- | include/poller.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/poller.php b/include/poller.php index d9e5282f2..d568bbd03 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'); } |