From: Michael Date: Thu, 25 May 2017 03:04:26 +0000 (+0000) Subject: Bugfix: pubsubpublish has always to be called with high priority X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=646ef9842c8a0795abda1b10cad42f18fec7e89a;p=friendica.git Bugfix: pubsubpublish has always to be called with high priority --- diff --git a/include/notifier.php b/include/notifier.php index f0396798f7..74cfabb6cd 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -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);