mirror of
https://github.com/friendica/friendica
synced 2025-05-05 22:24:11 +02:00
Remove obsolete references to item.parent-uri
This commit is contained in:
parent
d7e1ce47bb
commit
0c3a5c815e
6 changed files with 4 additions and 10 deletions
|
@ -625,6 +625,7 @@ class OnePoll
|
|||
if (empty($datarray['parent-uri'])) {
|
||||
$datarray['parent-uri'] = $datarray['uri'];
|
||||
}
|
||||
unset($datarray['parent-uri']);
|
||||
|
||||
$headers = imap_headerinfo($mbox, $meta->msgno);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue