mirror of
https://github.com/friendica/friendica
synced 2025-04-24 17:50:11 +00:00
Reenable Followers&Friends Lists and fixes a array_reverse() Bug
This commit is contained in:
parent
7ca47e8d21
commit
6d8b8d95b1
4 changed files with 32 additions and 39 deletions
|
@ -92,6 +92,6 @@ class Lists extends ContactEndpoint
|
|||
|
||||
self::setLinkHeader();
|
||||
|
||||
System::jsonExit($return);
|
||||
$this->response->exit('lists', ['lists' => $return]);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -92,6 +92,6 @@ class Lists extends ContactEndpoint
|
|||
|
||||
self::setLinkHeader();
|
||||
|
||||
System::jsonExit($return);
|
||||
$this->response->exit('lists', ['lists' => $return]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue