X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FContent%2FItem.php;h=c0b1d3b49a37d3baf1aaffd69245aec129965836;hb=76ae210527487bea129411e8ed02ac4997d0d89b;hp=d93b0c1b6d4b4a917de6f2611c2d78be48c1592c;hpb=fc0312451d3b8f8d10fc01701216fdd3a5139102;p=friendica.git diff --git a/src/Content/Item.php b/src/Content/Item.php index d93b0c1b6d..c0b1d3b49a 100644 --- a/src/Content/Item.php +++ b/src/Content/Item.php @@ -150,7 +150,7 @@ class Item // Try to detect the contact in various ways if (strpos($name, 'http://') || strpos($name, '@')) { - $contact = Contact::getByURLForUser($name, $profile_uid, []); + $contact = Contact::getByURLForUser($name, $profile_uid); } else { $contact = false; $fields = ['id', 'url', 'nick', 'name', 'alias', 'network', 'forum', 'prv'];