aboutsummaryrefslogtreecommitdiffstats
path: root/mod/connections.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-22 20:13:20 -0800
committerfriendica <info@friendica.com>2013-01-22 20:13:20 -0800
commitd43591fb0f5c552b1c725dc2cbaeaea8fe441319 (patch)
tree0111d8cc29b3e2af07501c65b025e66f0b2a37cc /mod/connections.php
parentc09fad42ea997ad3e1b669f7ddcf07cccb7078d1 (diff)
downloadvolse-hubzilla-d43591fb0f5c552b1c725dc2cbaeaea8fe441319.tar.gz
volse-hubzilla-d43591fb0f5c552b1c725dc2cbaeaea8fe441319.tar.bz2
volse-hubzilla-d43591fb0f5c552b1c725dc2cbaeaea8fe441319.zip
fixed contactgroup editor
Diffstat (limited to 'mod/connections.php')
-rw-r--r--mod/connections.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/connections.php b/mod/connections.php
index a12f51e68..0a2edb4cd 100644
--- a/mod/connections.php
+++ b/mod/connections.php
@@ -34,7 +34,7 @@ function connections_aside(&$a) {
$a->set_widget('follow', follow_widget());
}
- $a->set_widget('collections', group_side('connnections','group',false,0,((array_key_exists('abook',$a->data)) ? $a->data['abook']['abook_id'] : '')));
+ $a->set_widget('collections', group_side('connnections','group',false,0,((array_key_exists('abook',$a->data)) ? $a->data['abook']['abook_xchan'] : '')));
$a->set_widget('findpeople',findpeople_widget());
}