]> git.mxchange.org Git - friendica.git/blobdiff - mod/acl.php
fix group image name
[friendica.git] / mod / acl.php
index 352c48719592fa3de3674e23c631ad2bc6e43d91..cb5959a95b4b6393158097ef263b9d264ca8ee42 100644 (file)
@@ -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']))