aboutsummaryrefslogtreecommitdiffstats
path: root/mod/connections.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-06 21:45:36 -0800
committerfriendica <info@friendica.com>2013-12-06 21:45:36 -0800
commit6d3aebb4838262e4eaebb9c5f39946cd97636b0e (patch)
treebc6538d8c4dc255b86bdbfc018729f47a4c781a5 /mod/connections.php
parentf45b06ffa004c6e6920214b64efe18e3cfe2d667 (diff)
downloadvolse-hubzilla-6d3aebb4838262e4eaebb9c5f39946cd97636b0e.tar.gz
volse-hubzilla-6d3aebb4838262e4eaebb9c5f39946cd97636b0e.tar.bz2
volse-hubzilla-6d3aebb4838262e4eaebb9c5f39946cd97636b0e.zip
add suggestions to a couple of other pages
Diffstat (limited to 'mod/connections.php')
-rw-r--r--mod/connections.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/connections.php b/mod/connections.php
index 6b3ed113c..b29e4dde8 100644
--- a/mod/connections.php
+++ b/mod/connections.php
@@ -43,6 +43,8 @@ function connections_aside(&$a) {
}
$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',suggest_widget());
$a->set_widget('findpeople',findpeople_widget());
}