]> git.mxchange.org Git - friendica.git/blobdiff - mod/like.php
Merge remote-tracking branch 'friendika/master' into newacl
[friendica.git] / mod / like.php
index d6d121ad7e5f3638ba897c702230fd2aede60e9f..966fe500b255aaed69db82c231c9555f43acbb4e 100644 (file)
@@ -173,6 +173,8 @@ EOT;
                );
        }                       
 
+       $arr['id'] = $post_id;
+
        call_hooks('post_local_end', $arr);
 
        proc_run('php',"include/notifier.php","like","$post_id");