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/ItemObject.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/ItemObject.php')
-rw-r--r-- | include/ItemObject.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ItemObject.php b/include/ItemObject.php index 512e12838..8be99d91e 100644 --- a/include/ItemObject.php +++ b/include/ItemObject.php @@ -346,6 +346,7 @@ class Item extends BaseObject { 'owner_photo' => $this->get_owner_photo(), 'owner_name' => $this->get_owner_name(), 'photo' => $body['photo'], + 'event' => $body['event'], 'has_tags' => $has_tags, // Item toolbar buttons |