aboutsummaryrefslogtreecommitdiffstats
path: root/mod/acl.php
diff options
context:
space:
mode:
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 352c48719..cb5959a95 100644
--- a/mod/acl.php
+++ b/mod/acl.php
@@ -50,7 +50,7 @@ function acl_init(&$a){
foreach($r as $g){
$groups[] = array(
"type" => "g",
- "photo" => "images/default-group-mm.jpg",
+ "photo" => "images/default-group-mm.png",
"name" => $g['name'],
"id" => intval($g['id']),
"uids" => array_map("intval", explode(",",$g['uids']))