]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Module/Api/Friendica/Photoalbum/Index.php
authorHank G <hankgrabowski@gmail.com>
Tue, 13 Dec 2022 21:45:34 +0000 (16:45 -0500)
committerGitHub <noreply@github.com>
Tue, 13 Dec 2022 21:45:34 +0000 (16:45 -0500)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Module/Api/Friendica/Photoalbum/Index.php

index 0666fd2b1bf583f9839e87c6d969f1ceb3ee00ba..46778bc45692859837c689ce8d419c87332dd4a5 100644 (file)
@@ -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'],
                        ];
                }