Standards

This commit is contained in:
Michael 2018-01-21 00:18:31 +00:00
parent efa8dbcfb3
commit 004f46e600
3 changed files with 7 additions and 7 deletions

View file

@ -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']);
}