diff options
author | friendica <info@friendica.com> | 2015-03-24 12:41:37 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-24 12:41:37 -0700 |
commit | abf642be7fe250860f02e238da7152b9f7d464ce (patch) | |
tree | be22cda10b8e8e53591eaec3ce2f987e2ffba47c /include/poller.php | |
parent | 00b3c4c881290427189185cdf4a247285aa79e5b (diff) | |
parent | e41958111fd6c6947217ebfab1f003e409c99438 (diff) | |
download | volse-hubzilla-abf642be7fe250860f02e238da7152b9f7d464ce.tar.gz volse-hubzilla-abf642be7fe250860f02e238da7152b9f7d464ce.tar.bz2 volse-hubzilla-abf642be7fe250860f02e238da7152b9f7d464ce.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'include/poller.php')
-rw-r--r-- | include/poller.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/poller.php b/include/poller.php index b70ef75b0..4786188af 100644 --- a/include/poller.php +++ b/include/poller.php @@ -41,6 +41,12 @@ function poller_run($argv, $argc){ // run queue delivery process in the background proc_run('php',"include/queue.php"); + + + // maintenance for mod sharedwithme - check for updated items and remove them + + require_once('include/sharedwithme.php'); + apply_updates(); // expire any expired mail |