mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02: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
|
@ -100,7 +100,7 @@ class Accounts extends BaseApi
|
|||
DBA::close($members);
|
||||
|
||||
if (!empty($request['min_id'])) {
|
||||
array_reverse($accounts);
|
||||
$accounts = array_reverse($accounts);
|
||||
}
|
||||
|
||||
self::setLinkHeader();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue