Reversed history.timeline order (DESC)
This commit is contained in:
parent
3c642732b2
commit
061d473cad
|
@ -116,7 +116,7 @@
|
|||
->join('id_action', $actions)
|
||||
->select('id_history')
|
||||
->select('timestamp')
|
||||
->orderby('timestamp', Rows::ORDER_ASC);
|
||||
->orderby('timestamp', Rows::ORDER_DESC);
|
||||
|
||||
return $history->fetch();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue