also catch the other object
This commit is contained in:
parent
c7cbd41c16
commit
f80aff4a65
@ -931,6 +931,11 @@ function event_store_item($arr, $event) {
|
|||||||
'type' => ACTIVITY_OBJ_EVENT,
|
'type' => ACTIVITY_OBJ_EVENT,
|
||||||
'id' => z_root() . '/event/' . $event['event_hash'],
|
'id' => z_root() . '/event/' . $event['event_hash'],
|
||||||
'title' => $arr['summary'],
|
'title' => $arr['summary'],
|
||||||
|
'start' => $arr['start'],
|
||||||
|
'finish' => $arr['finish'],
|
||||||
|
'description' => $arr['description'],
|
||||||
|
'location' => $arr['location'],
|
||||||
|
'adjust' => $arr['adjust'],
|
||||||
'content' => format_event_bbcode($arr),
|
'content' => format_event_bbcode($arr),
|
||||||
'author' => array(
|
'author' => array(
|
||||||
'name' => $x[0]['xchan_name'],
|
'name' => $x[0]['xchan_name'],
|
||||||
|
Reference in New Issue
Block a user