mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02: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){
|
foreach($r as $g){
|
||||||
$groups[] = array(
|
$groups[] = array(
|
||||||
"type" => "g",
|
"type" => "g",
|
||||||
"photo" => "images/default-group-mm.jpg",
|
"photo" => "images/default-group-mm.png",
|
||||||
"name" => $g['name'],
|
"name" => $g['name'],
|
||||||
"id" => intval($g['id']),
|
"id" => intval($g['id']),
|
||||||
"uids" => array_map("intval", explode(",",$g['uids']))
|
"uids" => array_map("intval", explode(",",$g['uids']))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue