fix group image name

This commit is contained in:
Fabio Comuni 2011-07-19 16:25:40 +02:00
parent 9fa0956966
commit 9debbfde1e
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 598 B

After

Width:  |  Height:  |  Size: 598 B

View File

@ -50,7 +50,7 @@ function acl_init(&$a){
foreach($r as $g){ foreach($r as $g){
$groups[] = array( $groups[] = array(
"type" => "g", "type" => "g",
"photo" => "images/default-group-mm.jpg", "photo" => "images/default-group-mm.png",
"name" => $g['name'], "name" => $g['name'],
"id" => intval($g['id']), "id" => intval($g['id']),
"uids" => array_map("intval", explode(",",$g['uids'])) "uids" => array_map("intval", explode(",",$g['uids']))