aboutsummaryrefslogtreecommitdiffstats
path: root/mod/connections.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-18 01:25:54 -0700
committerfriendica <info@friendica.com>2013-05-18 01:25:54 -0700
commitf2de266ce6cfbc52288e3add070f8502fb5334d3 (patch)
treece2de7663329f77f73f711088ed6343e5b5b95c4 /mod/connections.php
parent9b66f16a01d3a3ac0a655c224a7b641853c0079e (diff)
downloadvolse-hubzilla-f2de266ce6cfbc52288e3add070f8502fb5334d3.tar.gz
volse-hubzilla-f2de266ce6cfbc52288e3add070f8502fb5334d3.tar.bz2
volse-hubzilla-f2de266ce6cfbc52288e3add070f8502fb5334d3.zip
doc update plus fix the "only to those in my address book" permission
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 c98709470..2f49ee374 100644
--- a/mod/connections.php
+++ b/mod/connections.php
@@ -345,7 +345,7 @@ function connections_content(&$a) {
$channel = $a->get_channel();
$global_perms = get_perms();
- $existing = get_all_perms(local_user(),$contact);
+ $existing = get_all_perms(local_user(),$contact['abook_xchan']);
$unapproved = array('pending', t('Approve this connection'), '', t('Accept connection to allow communication'));