diff options
Diffstat (limited to 'mod/like.php')
-rwxr-xr-x | mod/like.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/like.php b/mod/like.php index 65073aed7..70add59bd 100755 --- a/mod/like.php +++ b/mod/like.php @@ -114,6 +114,8 @@ function like_content(&$a) { 'link' => $links, 'title' => $item['title'], 'content' => $item['body'], + 'created' => $item['created'], + 'edited' => $item['edited'], 'author' => array( 'name' => $item_author['xchan_name'], 'address' => $item_author['xchan_addr'], |