X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=widgets%2Fwidget_friends.php;h=b04844e0383509a6e13a2013a97d1b742befa598;hb=f878d2e4630a4ee1b014e063f4c09d6ce184f43f;hp=08b7415c5a3a98a2b0ef508cc53f06c4ae4794bc;hpb=b11e418f3570a5a61bab3fb3bc2660b92635b108;p=friendica-addons.git diff --git a/widgets/widget_friends.php b/widgets/widget_friends.php index 08b7415c..b04844e0 100644 --- a/widgets/widget_friends.php +++ b/widgets/widget_friends.php @@ -1,8 +1,8 @@ profile = $r[0]; - $o = ""; $o .= ""; - $o .= _abs_url(HTML::contactBlock()); - $o .= "profile['nickname']."'>". DI::l10n()->t('Connect on Friendica!') .""; + $o .= _abs_url(ContactBlock::getHTML($owner)); + $o .= "". DI::l10n()->t('Connect on Friendica!') .""; return $o; }