From 278433eac75639052686f70e98621466d6c44df3 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 17 Oct 2011 14:52:03 -0700 Subject: origin flag handling, and bug #137 - provide timezone conversion for events posted across to Diaspora --- include/event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/event.php') diff --git a/include/event.php b/include/event.php index 99f685d0b..746422a13 100644 --- a/include/event.php +++ b/include/event.php @@ -352,7 +352,7 @@ function event_store($arr) { $item_arr['visible'] = 1; $item_arr['verb'] = ACTIVITY_POST; $item_arr['object-type'] = ACTIVITY_OBJ_EVENT; - + $item_arr['origin'] = ((intval($arr['cid']) == 0) ? 1 : 0); $item_arr['body'] = format_event_bbcode($event); -- cgit v1.2.3