diff options
author | friendica <info@friendica.com> | 2013-12-09 18:31:13 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-09 18:31:13 -0800 |
commit | aaf21e892437320ddf63735fa7334bf21836b121 (patch) | |
tree | 9ac490329a83389a91951bed9d4b41d3a2425b7e | |
parent | bc78334be73d3f78aa13ec5a6917e6adb5143975 (diff) | |
download | volse-hubzilla-aaf21e892437320ddf63735fa7334bf21836b121.tar.gz volse-hubzilla-aaf21e892437320ddf63735fa7334bf21836b121.tar.bz2 volse-hubzilla-aaf21e892437320ddf63735fa7334bf21836b121.zip |
slight mod of connections widgets
-rw-r--r-- | mod/connections.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/connections.php b/mod/connections.php index 5711b2b3f..d1bb33748 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -42,9 +42,9 @@ function connections_aside(&$a) { } else { $a->set_widget('follow', widget_follow(array())); + $a->set_widget('collections', group_side('connections','group',false,0,((array_key_exists('abook',$a->data)) ? $a->data['abook']['abook_xchan'] : ''))); } - $a->set_widget('collections', group_side('connections','group',false,0,((array_key_exists('abook',$a->data)) ? $a->data['abook']['abook_xchan'] : ''))); $a->set_widget('suggest',widget_suggestions(array())); $a->set_widget('findpeople',findpeople_widget()); |