From: Friendika Date: Fri, 11 Nov 2011 10:56:54 +0000 (-0800) Subject: "follow" link was missing X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=20217c04f086479fd5fb50bacb2e5e98977fc137;p=friendica.git "follow" link was missing --- diff --git a/mod/contacts.php b/mod/contacts.php index 6367b85230..59dafd51ce 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -35,6 +35,8 @@ function contacts_init(&$a) { $a->page['aside'] .= $o; } + else + $a->page['aside'] .= follow_widget(); $a->page['aside'] .= group_side('contacts','group',false,0,$contact_id);