]> git.mxchange.org Git - friendica.git/blobdiff - include/poller.php
Merge branch 'master' of https://github.com/annando/friendica
[friendica.git] / include / poller.php
index cc5f2a9834adabc75f8914cabcc8cbd165491d86..c9c46188f632c9f555c4a7aa17e99fb59e66709e 100644 (file)
@@ -62,6 +62,10 @@ function poller_run(&$argv, &$argc){
 
        proc_run('php',"include/queue.php");
 
+       // run diaspora photo queue process in the background
+
+       proc_run('php',"include/dsprphotoq.php");
+
        // expire any expired accounts
 
        q("UPDATE user SET `account_expired` = 1 where `account_expired` = 0