projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
096fab0
)
Bugfix: pubsubpublish has always to be called with high priority
author
Michael
<heluecht@pirati.ca>
Thu, 25 May 2017 03:04:26 +0000
(
03:04
+0000)
committer
Michael
<heluecht@pirati.ca>
Thu, 25 May 2017 03:04:26 +0000
(
03:04
+0000)
include/notifier.php
patch
|
blob
|
history
diff --git
a/include/notifier.php
b/include/notifier.php
index f0396798f761a3aff88fad3711b7e66910ea19a2..74cfabb6cd48c1be400025c67a0eac6f40ca160c 100644
(file)
--- a/
include/notifier.php
+++ b/
include/notifier.php
@@
-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);