]> git.mxchange.org Git - friendica.git/commitdiff
fix group image name
authorFabio Comuni <fabrix.xm@gmail.com>
Tue, 19 Jul 2011 14:25:40 +0000 (16:25 +0200)
committerFabio Comuni <fabrix.xm@gmail.com>
Tue, 19 Jul 2011 14:25:40 +0000 (16:25 +0200)
images/default-group-mm.jpg.png [deleted file]
images/default-group-mm.png [new file with mode: 0644]
mod/acl.php

diff --git a/images/default-group-mm.jpg.png b/images/default-group-mm.jpg.png
deleted file mode 100644 (file)
index bfc8b33..0000000
Binary files a/images/default-group-mm.jpg.png and /dev/null differ
diff --git a/images/default-group-mm.png b/images/default-group-mm.png
new file mode 100644 (file)
index 0000000..bfc8b33
Binary files /dev/null and b/images/default-group-mm.png differ
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']))