aboutsummaryrefslogtreecommitdiffstats
path: root/mod/like.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-26 17:07:49 -0700
committerFriendika <info@friendika.com>2011-04-26 17:07:49 -0700
commit242d4805d54d976ebc003fda5ac9d572b9dba104 (patch)
tree14e27bf71a3a7501e37ab06a582fe7c62a7eefcf /mod/like.php
parent1222362ba0e441c0a63c27db7f257527bf643939 (diff)
downloadvolse-hubzilla-242d4805d54d976ebc003fda5ac9d572b9dba104.tar.gz
volse-hubzilla-242d4805d54d976ebc003fda5ac9d572b9dba104.tar.bz2
volse-hubzilla-242d4805d54d976ebc003fda5ac9d572b9dba104.zip
call post_local_end hook on like/dislike
Diffstat (limited to 'mod/like.php')
-rw-r--r--mod/like.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/like.php b/mod/like.php
index 3e3d69529..d6d121ad7 100644
--- a/mod/like.php
+++ b/mod/like.php
@@ -173,6 +173,8 @@ EOT;
);
}
+ call_hooks('post_local_end', $arr);
+
proc_run('php',"include/notifier.php","like","$post_id");
return; // NOTREACHED