aboutsummaryrefslogtreecommitdiffstats
path: root/include/ItemObject.php
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2015-09-23 08:59:28 +0200
committerzottel <github@zottel.net>2015-09-23 08:59:28 +0200
commit0bfdb45b414b477573b6389e7730d8f93f53993e (patch)
tree114c0dc95c4cf3baa514de13ca2ed0c1759dd388 /include/ItemObject.php
parent032ef0ca3495cf4a1caaf1a6ea8000c17aba0ba5 (diff)
parentf506f73d3fc80fb68f63f654b5e93a6920780d6f (diff)
downloadvolse-hubzilla-0bfdb45b414b477573b6389e7730d8f93f53993e.tar.gz
volse-hubzilla-0bfdb45b414b477573b6389e7730d8f93f53993e.tar.bz2
volse-hubzilla-0bfdb45b414b477573b6389e7730d8f93f53993e.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/ItemObject.php')
-rw-r--r--include/ItemObject.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ItemObject.php b/include/ItemObject.php
index d23c1c658..5296a1cf0 100644
--- a/include/ItemObject.php
+++ b/include/ItemObject.php
@@ -286,6 +286,7 @@ class Item extends BaseObject {
'body' => $body,
'text' => strip_tags($body),
'id' => $this->get_id(),
+ 'mid' => $item['mid'],
'isevent' => $isevent,
'attend' => $attend,
'consensus' => $consensus,
@@ -301,6 +302,7 @@ class Item extends BaseObject {
'vwall' => t('via Wall-To-Wall:'),
'profile_url' => $profile_link,
'item_photo_menu' => item_photo_menu($item),
+ 'dreport' => t('Delivery Report'),
'name' => $profile_name,
'thumb' => $profile_avatar,
'osparkle' => $osparkle,