mirror of
https://github.com/friendica/friendica
synced 2024-11-10 14:22: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
|
||||
proc_run($priority, 'include/pubsubpublish.php');
|
||||
proc_run(PRIORITY_HIGH, 'include/pubsubpublish.php');
|
||||
}
|
||||
|
||||
logger('notifier: calling hooks', LOGGER_DEBUG);
|
||||
|
|
Loading…
Reference in a new issue