aboutsummaryrefslogtreecommitdiffstats
path: root/mod/connections.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-08 20:08:50 -0800
committerfriendica <info@friendica.com>2013-12-08 20:08:50 -0800
commit082ac6777829c98ded48c271f4210ac5d6e1a68f (patch)
tree664a2ee7f0451640dac4d2672e40e3cfe044fcfb /mod/connections.php
parent8959487f1c7e5b785df2f8e7658da8b2534b2ad9 (diff)
downloadvolse-hubzilla-082ac6777829c98ded48c271f4210ac5d6e1a68f.tar.gz
volse-hubzilla-082ac6777829c98ded48c271f4210ac5d6e1a68f.tar.bz2
volse-hubzilla-082ac6777829c98ded48c271f4210ac5d6e1a68f.zip
suggestion widget tweaked to make it comanche capable. Remove old versions of specs that are so obsolete it isn't funny. Zot protocol reference is in red's github wiki, and in the code. We should move the github copy to /doc once it is updated to match the code. There's no point in documenting dfrn in the red code base.
Diffstat (limited to 'mod/connections.php')
-rw-r--r--mod/connections.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/connections.php b/mod/connections.php
index b29e4dde8..b3532efbf 100644
--- a/mod/connections.php
+++ b/mod/connections.php
@@ -6,6 +6,7 @@ require_once('include/contact_selectors.php');
require_once('include/group.php');
require_once('include/contact_widgets.php');
require_once('include/zot.php');
+require_once('include/widgets.php');
function connections_init(&$a) {
@@ -32,6 +33,7 @@ function connections_init(&$a) {
function connections_aside(&$a) {
+
if (! local_user())
return;
@@ -44,7 +46,7 @@ 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('suggest',widget_suggestions(array()));
$a->set_widget('findpeople',findpeople_widget());
}