Remove obsolete references to item.parent-uri

This commit is contained in:
Hypolite Petovan 2020-11-09 11:13:18 -05:00
parent d7e1ce47bb
commit 0c3a5c815e
6 changed files with 4 additions and 10 deletions

View 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;