diff options
author | Friendika <info@friendika.com> | 2011-04-26 17:07:49 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-26 17:07:49 -0700 |
commit | 242d4805d54d976ebc003fda5ac9d572b9dba104 (patch) | |
tree | 14e27bf71a3a7501e37ab06a582fe7c62a7eefcf /mod | |
parent | 1222362ba0e441c0a63c27db7f257527bf643939 (diff) | |
download | volse-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')
-rw-r--r-- | mod/like.php | 2 |
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 |