diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-26 12:26:27 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-26 12:26:27 +0100 |
commit | c7cbd41c16e36a6244ada6d4317dcd390e8dde0d (patch) | |
tree | 1512136fac84a327aa7d3a33b5a146caa51f8815 /include/conversation.php | |
parent | 41542e68864373c336ae3da8ffe0ed03d3e107a8 (diff) | |
download | volse-hubzilla-c7cbd41c16e36a6244ada6d4317dcd390e8dde0d.tar.gz volse-hubzilla-c7cbd41c16e36a6244ada6d4317dcd390e8dde0d.tar.bz2 volse-hubzilla-c7cbd41c16e36a6244ada6d4317dcd390e8dde0d.zip |
first iteration on the event item
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/conversation.php b/include/conversation.php index 2c447acbc..3b534dc69 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -697,6 +697,7 @@ function conversation(&$a, $items, $mode, $update, $page_mode = 'traditional', $ 'thumb' => $profile_avatar, 'title' => $item['title'], 'body' => $body['html'], + 'event' => $body['event'], 'photo' => $body['photo'], 'tags' => $body['tags'], 'categories' => $body['categories'], |