]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Event.php
Check and add a server
[friendica.git] / src / Model / Event.php
index 6f8ed123c17396bc4fd6e45f8405e13e33018967..5139abc43420e7aa0a443f47b5620eeaa75d4bee 100644 (file)
@@ -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;