1
0
Fork 0

Now PubSubPublish moved as well

This commit is contained in:
Michael 2017-11-19 17:36:20 +00:00
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);