]> git.mxchange.org Git - friendica.git/commitdiff
call post_local_end hook on like/dislike
authorFriendika <info@friendika.com>
Wed, 27 Apr 2011 00:07:49 +0000 (17:07 -0700)
committerFriendika <info@friendika.com>
Wed, 27 Apr 2011 00:07:49 +0000 (17:07 -0700)
mod/like.php

index 3e3d695292b874c4d7e2a3e0472fc7ce035cceba..d6d121ad7e5f3638ba897c702230fd2aede60e9f 100644 (file)
@@ -173,6 +173,8 @@ EOT;
                );
        }                       
 
+       call_hooks('post_local_end', $arr);
+
        proc_run('php',"include/notifier.php","like","$post_id");
 
        return; // NOTREACHED