diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2013-08-21 22:19:38 +0200 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2013-08-21 22:19:38 +0200 |
commit | 056ed00a4cea6175eb57781569a77648ce7d3382 (patch) | |
tree | 5b5a4f3469bb8fb6b3d3368795ed60d8a6441682 /mod/like.php | |
parent | a944a879b1e6ebd8b3d278b86ea4404ba5b7aa81 (diff) | |
parent | d8ef1417fb2ff8d736e4392c118c51c63dc66b1d (diff) | |
download | volse-hubzilla-056ed00a4cea6175eb57781569a77648ce7d3382.tar.gz volse-hubzilla-056ed00a4cea6175eb57781569a77648ce7d3382.tar.bz2 volse-hubzilla-056ed00a4cea6175eb57781569a77648ce7d3382.zip |
Merge remote-tracking branch 'upstream/master'
Update
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 f617391a1..90005eca3 100755 --- a/mod/like.php +++ b/mod/like.php @@ -110,6 +110,7 @@ function like_content(&$a) { $obj = json_encode(array( 'type' => $objtype, 'id' => $item['mid'], + 'parent' => (($item['thr_parent']) ? $item['thr_parent'] : $item['parent_mid']), 'link' => $links, 'title' => $item['title'], 'content' => $item['body'], |