diff --git a/build/database/repo/history.php b/build/database/repo/history.php index 8bf3fb1..0c3c480 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_DESC); + ->orderby('timestamp', Rows::ORDER_ASC); return $history->fetch(); }