mirror of
https://github.com/friendica/friendica
synced 2025-04-28 11:44:23 +02:00
Standards
This commit is contained in:
parent
efa8dbcfb3
commit
004f46e600
3 changed files with 7 additions and 7 deletions
|
@ -427,7 +427,7 @@ class Feed {
|
|||
// Distributed items should have a well formatted URI.
|
||||
// Additionally we have to avoid conflicts with identical URI between imported feeds and these items.
|
||||
if ($notify) {
|
||||
$item['guid'] = Item::GuidFromUri($orig_plink, $a->get_hostname());
|
||||
$item['guid'] = Item::guidFromUri($orig_plink, $a->get_hostname());
|
||||
unset($item['uri']);
|
||||
unset($item['parent-uri']);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue