mirror of
https://github.com/friendica/friendica
synced 2024-11-18 13:03:41 +00:00
Update src/Module/Api/Friendica/Photoalbum/Index.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
5288ed46d4
commit
d74345782a
1 changed files with 3 additions and 3 deletions
|
@ -42,9 +42,9 @@ class Index extends BaseApi
|
|||
$items = [];
|
||||
foreach ($albums as $album) {
|
||||
$items[] = [
|
||||
'name' => $album['album'],
|
||||
'created' => $album['created'],
|
||||
'count' => $album['total'],
|
||||
'name' => $album['album'],
|
||||
'created' => $album['created'],
|
||||
'count' => $album['total'],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue