diff --git a/application/classes/controller/index.php b/application/classes/controller/index.php index f259bb1..99d20fe 100755 --- a/application/classes/controller/index.php +++ b/application/classes/controller/index.php @@ -87,7 +87,7 @@ public function action_index() ->or_where_close() ->and_where(DB::expr('YEAR(date_and_time)'), '=', $year) ->and_where(DB::expr('MONTH(date_and_time)'), '=', $month) - ->order_by('date_and_time', 'ASC'); + ->order_by('date_and_time', 'DESC'); $this->view->photos = $imgs->find_all(); // Title