fix group image name

This commit is contained in:
Fabio Comuni 2011-07-19 16:25:40 +02:00
父節點 9fa0956966
當前提交 9debbfde1e
共有 2 個檔案被更改,包括 1 行新增1 行删除

查看文件

之前

寬度:  |  高度:  |  大小: 598 B

之後

寬度:  |  高度:  |  大小: 598 B

查看文件

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