]> git.mxchange.org Git - friendica.git/blobdiff - mod/mood.php
Merge develop into 0308-Notifications-restructure
[friendica.git] / mod / mood.php
index 5e6ca0fcfc068533751908e8bc2e4d91ba7beed1..f804af0c00819ec0d9ed93714867e44b49396502 100644 (file)
@@ -95,13 +95,13 @@ function mood_init(&$a) {
                        intval($uid),
                        intval($item_id)
                );
-               proc_run('php',"include/notifier.php","tag","$item_id");
+               proc_run(PRIORITY_HIGH, "include/notifier.php", "tag", $item_id);
        }
 
 
        call_hooks('post_local_end', $arr);
 
-       proc_run('php',"include/notifier.php","like","$post_id");
+       proc_run(PRIORITY_HIGH, "include/notifier.php", "like", $post_id);
 
        return;
 }