mirror of
https://github.com/friendica/friendica
synced 2024-11-10 08:22:57 +00:00
"follow" link was missing
This commit is contained in:
parent
f4f8f7623b
commit
20217c04f0
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue