Remove unused uid parameter in Item::newURI
This commit is contained in:
@@ -618,7 +618,7 @@ class Feed
|
||||
// Additionally we have to avoid conflicts with identical URI between imported feeds and these items.
|
||||
if ($notify) {
|
||||
$item['guid'] = Item::guidFromUri($orig_plink, DI::baseUrl()->getHostname());
|
||||
$item['uri'] = Item::newURI($item['uid'], $item['guid']);
|
||||
$item['uri'] = Item::newURI($item['guid']);
|
||||
unset($item['thr-parent']);
|
||||
unset($item['parent-uri']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user