1
0
Fork 0

Reenable Followers&Friends Lists and fixes a array_reverse() Bug

This commit is contained in:
Philipp Holzer 2021-12-04 23:29:29 +01:00
commit 6d8b8d95b1
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
4 changed files with 32 additions and 39 deletions

View file

@ -92,6 +92,6 @@ class Lists extends ContactEndpoint
self::setLinkHeader();
System::jsonExit($return);
$this->response->exit('lists', ['lists' => $return]);
}
}

View file

@ -92,6 +92,6 @@ class Lists extends ContactEndpoint
self::setLinkHeader();
System::jsonExit($return);
$this->response->exit('lists', ['lists' => $return]);
}
}