1
0
Fork 0

Reenable Incoming test and fixes an array_reverse() bug

This commit is contained in:
Philipp Holzer 2021-12-04 23:32:03 +01:00
commit 85b9f2b02c
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
3 changed files with 16 additions and 6 deletions

View file

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