diff --git a/module/block/control.php b/module/block/control.php index 00286cf87d..e7baea9b88 100644 --- a/module/block/control.php +++ b/module/block/control.php @@ -897,7 +897,7 @@ class block extends control /* Get projects. */ $excludedModel = $this->config->edition == 'max' ? '' : 'waterfall'; - $projects = $this->loadModel('project')->getOverviewList('byStatus', $status, 'id_desc', $count, $excludedModel); + $projects = $this->loadModel('project')->getOverviewList('byStatus', $status, 'order_asc', $count, $excludedModel); if(empty($projects)) { $this->view->projects = $projects;