X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FContent%2FItem.php;h=c7438d2593b57ec0f939f643bcc1c4e067590430;hb=ddd2c72be8e7245389f97d74dd847f5a20410936;hp=f74a9589626e082d6d002de3727ca826ec16dd9d;hpb=f5337904e40cd2f39f7afea4148a01cbe9916073;p=friendica.git diff --git a/src/Content/Item.php b/src/Content/Item.php index f74a958962..c7438d2593 100644 --- a/src/Content/Item.php +++ b/src/Content/Item.php @@ -1,6 +1,6 @@ $item['author-link'], 'alias' => $item['author-alias'], ]; - $profile_link = Contact::magicLinkByContact($author, $item['author-link']); + $profile_link = Contact::magicLinkByContact($author, Contact::getProfileLink($author)); if (strpos($profile_link, 'contact/redir/') === 0) { $status_link = $profile_link . '?' . http_build_query(['url' => $item['author-link'] . '/status']); $photos_link = $profile_link . '?' . http_build_query(['url' => $item['author-link'] . '/photos']);