Bugfix: pubsubpublish has always to be called with high priority

This commit is contained in:
Michael 2017-05-25 03:04:26 +00:00
parent 096fab0bb5
commit 646ef9842c

View file

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