X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FEvent.php;h=5139abc43420e7aa0a443f47b5620eeaa75d4bee;hb=8d999f54d025cebcaeef9386ae9910def7af52c3;hp=6f8ed123c17396bc4fd6e45f8405e13e33018967;hpb=dc42dbb68a50fb2c60f439393eb6d1fe80b327cf;p=friendica.git diff --git a/src/Model/Event.php b/src/Model/Event.php index 6f8ed123c1..5139abc434 100644 --- a/src/Model/Event.php +++ b/src/Model/Event.php @@ -347,7 +347,6 @@ class Event $item_arr['uid'] = $event['uid']; $item_arr['contact-id'] = $event['cid']; $item_arr['uri'] = $event['uri']; - $item_arr['parent-uri'] = $event['uri']; $item_arr['guid'] = $event['guid']; $item_arr['plink'] = $arr['plink'] ?? ''; $item_arr['post-type'] = Item::PT_EVENT;