origin flag handling, and bug #137 - provide timezone conversion for events posted across to Diaspora
This commit is contained in:
@@ -730,6 +730,7 @@ function item_store($arr,$force_parent = false) {
|
||||
$arr['tag'] = ((x($arr,'tag')) ? notags(trim($arr['tag'])) : '');
|
||||
$arr['attach'] = ((x($arr,'attach')) ? notags(trim($arr['attach'])) : '');
|
||||
$arr['app'] = ((x($arr,'app')) ? notags(trim($arr['app'])) : '');
|
||||
$arr['origin'] = ((x($arr,'origin')) ? intval($arr['origin']) : 0 );
|
||||
$arr['guid'] = ((x($arr,'guid')) ? notags(trim($arr['guid'])) : get_guid());
|
||||
|
||||
if($arr['parent-uri'] === $arr['uri']) {
|
||||
|
||||
Reference in New Issue
Block a user