fix group image name

This commit is contained in:
Fabio Comuni 2011-07-19 16:25:40 +02:00
parent 9fa0956966
commit 9debbfde1e
2 ha cambiato i file con 1 aggiunte e 1 eliminazioni

Vedi File

Prima

Larghezza:  |  Altezza:  |  Dimensione: 598 B

Dopo

Larghezza:  |  Altezza:  |  Dimensione: 598 B

Vedi 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']))