aboutsummaryrefslogtreecommitdiffstats
path: root/mod/acl.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-01-10 21:09:38 -0800
committerfriendica <info@friendica.com>2012-01-10 21:09:38 -0800
commit99fc4309be6e47acc8e82cd0f462e4ce69f6a8bc (patch)
treea5565d41f29fa7926bea5d457353d228a54a6b14 /mod/acl.php
parentb7ccbfc702b013c6d7fcbd8c406af8ede21139c2 (diff)
downloadvolse-hubzilla-99fc4309be6e47acc8e82cd0f462e4ce69f6a8bc.tar.gz
volse-hubzilla-99fc4309be6e47acc8e82cd0f462e4ce69f6a8bc.tar.bz2
volse-hubzilla-99fc4309be6e47acc8e82cd0f462e4ce69f6a8bc.zip
slightly better group icon
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 0fea6f7fc..98ca90ded 100644
--- a/mod/acl.php
+++ b/mod/acl.php
@@ -64,7 +64,7 @@ function acl_init(&$a){
// logger('acl: group: ' . $g['name'] . ' members: ' . $g['uids']);
$groups[] = array(
"type" => "g",
- "photo" => "images/default-group-mm.png",
+ "photo" => "images/twopeople.png",
"name" => $g['name'],
"id" => intval($g['id']),
"uids" => array_map("intval", explode(",",$g['uids'])),