Now PubSubPublish moved as well

This commit is contained in:
Michael
2017-11-19 17:36:20 +00:00
parent 2de457489f
commit 5108115fc1
4 changed files with 99 additions and 96 deletions

View File

@@ -602,7 +602,7 @@ function notifier_run(&$argv, &$argc){
// Handling the pubsubhubbub requests
Worker::add(array('priority' => PRIORITY_HIGH, 'created' => $a->queue['created'], 'dont_fork' => true),
'pubsubpublish');
'PubSubPublish');
}
logger('notifier: calling hooks', LOGGER_DEBUG);