X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FProtocol%2FFeed.php;h=dec463820d89507b33891087f711be5bbbcd7f8f;hb=46660c94628bdbad2ce9b36368bb55df120497d3;hp=29b192331609890b03606ee639b48a943c9808eb;hpb=3b01d12bb5cf6c2a471d499f3ec3b7d6427153e9;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']);