diff --git a/build/database/repo/history.php b/build/database/repo/history.php index 0c3c480..8bf3fb1 100755 --- a/build/database/repo/history.php +++ b/build/database/repo/history.php @@ -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(); }