Fix the event overview throwing an exception when trying to modify a filter

This commit is contained in:
Eric Lippmann 2014-12-01 13:45:25 +01:00
parent 2b2b28915d
commit 7a243a0655
1 changed files with 1 additions and 2 deletions

View File

@ -602,9 +602,8 @@ class Monitoring_ListController extends Controller
'service'
));
$this->applyFilter($query);
$this->filterQuery($query);
$this->setupSortControl(array(
'timestamp' => 'Occurence'
));