]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Feed.php
We now use bcc for the acl block
[friendica.git] / src / Protocol / Feed.php
index 0709a9550ea23b44c20468930c1d30369f1b65ea..39b272a42210bda09c4339ecafba228be96324ba 100644 (file)
@@ -430,7 +430,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->getHostName());
                                        unset($item['uri']);
                                        unset($item['parent-uri']);