diff --git a/modules/monitoring/application/controllers/ListController.php b/modules/monitoring/application/controllers/ListController.php index 7eb32a2ea..bd0bb047f 100644 --- a/modules/monitoring/application/controllers/ListController.php +++ b/modules/monitoring/application/controllers/ListController.php @@ -508,7 +508,7 @@ class Monitoring_ListController extends Controller )); $this->setupSortControl(array( - 'raw_timestamp' => 'Occurence' + 'timestamp' => 'Occurence' )); $this->applyFilters($query); $this->view->history = $query->paginate();