X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fdfrn.php;h=27fc644c6b21d2dbbf99d6b17f36c43cb1dfaa52;hb=497fd34026fbaa83b11a64d3a0a6e20f1360e5d6;hp=9d91cbce7b585118f12b191089f069a4e01a39a3;hpb=55205e344f8b5dd48fd56f12b2b3db928d57162d;p=friendica.git diff --git a/include/dfrn.php b/include/dfrn.php index 9d91cbce7b..27fc644c6b 100644 --- a/include/dfrn.php +++ b/include/dfrn.php @@ -1692,7 +1692,7 @@ class dfrn { $changed = true; if ($entrytype == DFRN_REPLY_RC) - proc_run("php", "include/notifier.php","comment-import", $current["id"]); + proc_run(PRIORITY_HIGH, "include/notifier.php","comment-import", $current["id"]); } // update last-child if it changes @@ -2252,7 +2252,7 @@ class dfrn { if($posted_id AND $parent AND ($entrytype == DFRN_REPLY_RC)) { logger("Notifying followers about comment ".$posted_id, LOGGER_DEBUG); - proc_run("php", "include/notifier.php", "comment-import", $posted_id); + proc_run(PRIORITY_HIGH, "include/notifier.php", "comment-import", $posted_id); } return true; @@ -2423,7 +2423,7 @@ class dfrn { if($entrytype == DFRN_REPLY_RC) { logger("Notifying followers about deletion of post ".$item["id"], LOGGER_DEBUG); - proc_run("php", "include/notifier.php","drop", $item["id"]); + proc_run(PRIORITY_HIGH, "include/notifier.php","drop", $item["id"]); } } }