From 646ef9842c8a0795abda1b10cad42f18fec7e89a Mon Sep 17 00:00:00 2001
From: Michael <heluecht@pirati.ca>
Date: Thu, 25 May 2017 03:04:26 +0000
Subject: [PATCH] Bugfix: pubsubpublish has always to be called with high
 priority

---
 include/notifier.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/notifier.php b/include/notifier.php
index f0396798f..74cfabb6c 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);