call post_local_end hook on like/dislike
This commit is contained in:
parent
1222362ba0
commit
242d4805d5
|
@ -173,6 +173,8 @@ EOT;
|
|||
);
|
||||
}
|
||||
|
||||
call_hooks('post_local_end', $arr);
|
||||
|
||||
proc_run('php',"include/notifier.php","like","$post_id");
|
||||
|
||||
return; // NOTREACHED
|
||||
|
|
Loading…
Reference in a new issue