diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-07-19 16:25:40 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-07-19 16:25:40 +0200 |
commit | 9debbfde1e6f4fd84b47486cd6b3f63ff381b4cd (patch) | |
tree | f632e9544b13e7c098fb4be2a0573982c8ee07b6 | |
parent | 9fa0956966288392c3e4eb85c6d1c2c0be9464d9 (diff) | |
download | volse-hubzilla-9debbfde1e6f4fd84b47486cd6b3f63ff381b4cd.tar.gz volse-hubzilla-9debbfde1e6f4fd84b47486cd6b3f63ff381b4cd.tar.bz2 volse-hubzilla-9debbfde1e6f4fd84b47486cd6b3f63ff381b4cd.zip |
fix group image name
-rw-r--r-- | images/default-group-mm.png (renamed from images/default-group-mm.jpg.png) | bin | 598 -> 598 bytes | |||
-rw-r--r-- | mod/acl.php | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/images/default-group-mm.jpg.png b/images/default-group-mm.png Binary files differindex bfc8b335a..bfc8b335a 100644 --- a/images/default-group-mm.jpg.png +++ b/images/default-group-mm.png 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'])) |