History: fix entries order
This commit is contained in:
parent
57ce6dae5d
commit
6bc90f50af
2 changed files with 15 additions and 16 deletions
application/api/controllers
|
@ -29,7 +29,6 @@ class History extends ApiController
|
|||
public function getHistory($request, $response)
|
||||
{
|
||||
$history = $this->history->getHistory();
|
||||
$history = array_reverse($history);
|
||||
|
||||
// Return history operations from the {offset}th, starting from {since}.
|
||||
$since = \DateTime::createFromFormat(\DateTime::ATOM, $request->getParam('since'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue