diff options
author | Friendika <info@friendika.com> | 2011-10-24 15:47:17 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-24 15:47:17 -0700 |
commit | 3b6b0eaa8ba8f59c70f66a6c92888f9ff2d5b41b (patch) | |
tree | 938348de7342a4730e4fa6f36090ae0742e86127 /mod/like.php | |
parent | f48fd5aa1651cdc801473e9d24c1736304533e63 (diff) | |
download | volse-hubzilla-3b6b0eaa8ba8f59c70f66a6c92888f9ff2d5b41b.tar.gz volse-hubzilla-3b6b0eaa8ba8f59c70f66a6c92888f9ff2d5b41b.tar.bz2 volse-hubzilla-3b6b0eaa8ba8f59c70f66a6c92888f9ff2d5b41b.zip |
social tag - add UI
Diffstat (limited to 'mod/like.php')
-rw-r--r-- | mod/like.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/like.php b/mod/like.php index 5c3dd323e..6b97fafb5 100644 --- a/mod/like.php +++ b/mod/like.php @@ -197,5 +197,6 @@ EOT; proc_run('php',"include/notifier.php","like","$post_id"); - return; // NOTREACHED + killme(); +// return; // NOTREACHED }
\ No newline at end of file |