fix group image name

Esse commit está contido em:
Fabio Comuni 2011-07-19 16:25:40 +02:00
commit 9debbfde1e
2 arquivos alterados com 1 adições e 1 exclusões

Ver arquivo

Antes

Largura:  |  Altura:  |  Tamanho: 598 B

Depois

Largura:  |  Altura:  |  Tamanho: 598 B

Ver arquivo

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