]> git.mxchange.org Git - friendica.git/commitdiff
Bugfix: pubsubpublish has always to be called with high priority
authorMichael <heluecht@pirati.ca>
Thu, 25 May 2017 03:04:26 +0000 (03:04 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 25 May 2017 03:04:26 +0000 (03:04 +0000)
include/notifier.php

index f0396798f761a3aff88fad3711b7e66910ea19a2..74cfabb6cd48c1be400025c67a0eac6f40ca160c 100644 (file)
@@ -603,7 +603,7 @@ function notifier_run(&$argv, &$argc){
                }
 
                // Handling the pubsubhubbub requests
-               proc_run($priority, 'include/pubsubpublish.php');
+               proc_run(PRIORITY_HIGH, 'include/pubsubpublish.php');
        }
 
        logger('notifier: calling hooks', LOGGER_DEBUG);