From: Fabio Comuni Date: Tue, 19 Jul 2011 14:25:40 +0000 (+0200) Subject: fix group image name X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9debbfde1e6f4fd84b47486cd6b3f63ff381b4cd;p=friendica.git fix group image name --- diff --git a/images/default-group-mm.jpg.png b/images/default-group-mm.jpg.png deleted file mode 100644 index bfc8b335a7..0000000000 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 index 0000000000..bfc8b335a7 Binary files /dev/null and b/images/default-group-mm.png differ diff --git a/mod/acl.php b/mod/acl.php index 352c487195..cb5959a95b 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']))