From e3aa7d2aaf223d0edfe9665adad59bcb0affade9 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 13 Apr 2014 18:07:19 -0700 Subject: only show forum tags on contact autocomplete, not in the ACL selector --- mod/acl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/acl.php') diff --git a/mod/acl.php b/mod/acl.php index 3b737d36e..0f997c8b8 100644 --- a/mod/acl.php +++ b/mod/acl.php @@ -206,7 +206,7 @@ function acl_init(&$a){ if(count($r)) { foreach($r as $g){ - if($g['abook_their_perms'] & PERMS_W_TAGWALL) { + if(($g['abook_their_perms'] & PERMS_W_TAGWALL) && $type == 'c') { $contacts[] = array( "type" => "c", "photo" => "images/twopeople.png", -- cgit v1.2.3