aboutsummaryrefslogtreecommitdiffstats
path: root/mod/acl.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-12-20 17:01:41 -0800
committerfriendica <info@friendica.com>2011-12-20 17:01:41 -0800
commit7fbfbdae0700e68a465f70963521b9043fe5de30 (patch)
tree8624a6331bbaa3604af5e203d31253054933c030 /mod/acl.php
parentc0c4c46874ed7e1798900422112ca643c1bb3cc0 (diff)
downloadvolse-hubzilla-7fbfbdae0700e68a465f70963521b9043fe5de30.tar.gz
volse-hubzilla-7fbfbdae0700e68a465f70963521b9043fe5de30.tar.bz2
volse-hubzilla-7fbfbdae0700e68a465f70963521b9043fe5de30.zip
audio/video bb tags showing up on Diaspora
Diffstat (limited to 'mod/acl.php')
-rw-r--r--mod/acl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/acl.php b/mod/acl.php
index 735c2c0b0..0fea6f7fc 100644
--- a/mod/acl.php
+++ b/mod/acl.php
@@ -60,8 +60,8 @@ function acl_init(&$a){
intval($count)
);
-
foreach($r as $g){
+// logger('acl: group: ' . $g['name'] . ' members: ' . $g['uids']);
$groups[] = array(
"type" => "g",
"photo" => "images/default-group-mm.png",