diff options
author | RedMatrix <info@friendica.com> | 2015-03-24 22:15:34 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2015-03-24 22:15:34 +1100 |
commit | 10de423dde12510c35d29f6c12da5ee12c700372 (patch) | |
tree | 2c83f99bdc640f7ffb30e6f71bf58d75b5b5ee6c /include/poller.php | |
parent | c024668cf226da7211aaa8cdd04293cf00b8901c (diff) | |
parent | c21a21be3e85f9e972b81439bfbac5031547104f (diff) | |
download | volse-hubzilla-10de423dde12510c35d29f6c12da5ee12c700372.tar.gz volse-hubzilla-10de423dde12510c35d29f6c12da5ee12c700372.tar.bz2 volse-hubzilla-10de423dde12510c35d29f6c12da5ee12c700372.zip |
Merge pull request #936 from git-marijus/master
this query can take quite a while if there were many updates but it has ...
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 |