From f2de266ce6cfbc52288e3add070f8502fb5334d3 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 18 May 2013 01:25:54 -0700 Subject: doc update plus fix the "only to those in my address book" permission --- mod/connections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/connections.php') 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')); -- cgit v1.2.3