fix group image name

Este commit está contenido en:
Fabio Comuni 2011-07-19 16:25:40 +02:00
padre 9fa0956966
commit 9debbfde1e
Se han modificado 2 ficheros con 1 adiciones y 1 borrados

Ver fichero

Antes

Anchura:  |  Altura:  |  Tamaño: 598 B

Después

Anchura:  |  Altura:  |  Tamaño: 598 B

Ver fichero

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