fix group image name

This commit is contained in:
Fabio Comuni 2011-07-19 16:25:40 +02:00
rodič 9fa0956966
revize 9debbfde1e
2 změnil soubory, kde provedl 1 přidání a 1 odebrání

Zobrazit soubor

Před

Šířka:  |  Výška:  |  Velikost: 598 B

Za

Šířka:  |  Výška:  |  Velikost: 598 B

Zobrazit soubor

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