]> git.mxchange.org Git - friendica.git/blobdiff - include/poller.php
move all commands inside the duepuntozero_init() function
[friendica.git] / include / poller.php
index 7df59f727a9cf2e09111beb96ce051deee0bca37..692335aab2f3cd3038cb306387bb96c4683a4267 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