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

@ -4766,7 +4766,6 @@ function post_photo_item($hash, $allow_cid, $deny_cid, $allow_gid, $deny_gid, $f
$arr['guid'] = System::createUUID();
$arr['uid'] = intval(api_user());
$arr['uri'] = $uri;
$arr['parent-uri'] = $uri;
$arr['type'] = 'photo';
$arr['wall'] = 1;
$arr['resource-id'] = $hash;