mirror of
https://github.com/friendica/friendica
synced 2024-11-10 15:42:54 +00:00
Merge remote-tracking branch 'upstream/3.5.2rc' into 1705-dbclean-advanced
This commit is contained in:
commit
497778ef54
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue