]> git.mxchange.org Git - friendica.git/blobdiff - mod/poke.php
Diaspora: Fix class name case + add self
[friendica.git] / mod / poke.php
index 4a643435be229acda46beee3fe352af8ed3e830a..435da4dcd4facd27229767709633724529c690be 100644 (file)
@@ -131,13 +131,13 @@ function poke_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;
 }