mirror of
https://github.com/friendica/friendica
synced 2025-04-21 18:30:11 +00:00
Fix: array_reverse returns the reversed content as return value
This commit is contained in:
parent
a2f1bf6a83
commit
d57cb05a24
23 changed files with 23 additions and 23 deletions
|
@ -109,7 +109,7 @@ class PublicTimeline extends BaseApi
|
|||
DBA::close($items);
|
||||
|
||||
if (!empty($request['min_id'])) {
|
||||
array_reverse($statuses);
|
||||
$statuses = array_reverse($statuses);
|
||||
}
|
||||
|
||||
self::setLinkHeader();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue