DataView\Eventhistory: Fix sort rules

refs 
This commit is contained in:
Johannes Meyer 2015-07-28 11:42:55 +02:00
parent 247c0f3952
commit d56b31fe5e
1 changed files with 1 additions and 2 deletions
modules/monitoring/library/Monitoring/DataView

View File

@ -49,8 +49,7 @@ class EventHistory extends DataView
{
return array(
'timestamp' => array(
'columns' => array('timestamp'),
'order' => 'DESC'
'order' => self::SORT_DESC
)
);
}