From 9debbfde1e6f4fd84b47486cd6b3f63ff381b4cd Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Tue, 19 Jul 2011 16:25:40 +0200 Subject: fix group image name --- mod/acl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/acl.php') 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'])) -- cgit v1.2.3