X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FProtocol%2FFeed.php;h=dec463820d89507b33891087f711be5bbbcd7f8f;hb=22c1cd3cd12d8a565c83249ccf691723a76a47bd;hp=29b192331609890b03606ee639b48a943c9808eb;hpb=7833da5196faf901f52b7f7ad7aa264ceab77592;p=friendica.git diff --git a/src/Protocol/Feed.php b/src/Protocol/Feed.php index 29b1923316..dec463820d 100644 --- a/src/Protocol/Feed.php +++ b/src/Protocol/Feed.php @@ -625,8 +625,8 @@ class Feed $notify = Item::isRemoteSelf($contact, $item); - // Distributed items should have a well formatted URI. - // Additionally we have to avoid conflicts with identical URI between imported feeds and these items. + // 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, DI::baseUrl()->getHostname()); $item['uri'] = Item::newURI($item['guid']);