mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
fix group image name
This commit is contained in:
parent
9fa0956966
commit
9debbfde1e
2 changed files with 1 additions and 1 deletions
Before Width: | Height: | Size: 598 B After Width: | Height: | Size: 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']))
|
||||
|
|
Loading…
Reference in a new issue