diff options
Diffstat (limited to 'mod/like.php')
-rwxr-xr-x | mod/like.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/like.php b/mod/like.php index 84b0a6592..007d1aee1 100755 --- a/mod/like.php +++ b/mod/like.php @@ -171,6 +171,7 @@ function like_content(&$a) { $arr['deny_cid'] = $item['deny_cid']; $arr['deny_gid'] = $item['deny_gid']; + $post = item_store($arr); $post_id = $post['item_id']; |