]> git.mxchange.org Git - friendica.git/commitdiff
"follow" link was missing
authorFriendika <info@friendika.com>
Fri, 11 Nov 2011 10:56:54 +0000 (02:56 -0800)
committerFriendika <info@friendika.com>
Fri, 11 Nov 2011 10:56:54 +0000 (02:56 -0800)
mod/contacts.php

index 6367b852305c9502db827b8c8ac81546eb96c642..59dafd51cef0645a4d7bdb52ba1236831f3fae33 100644 (file)
@@ -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);