DataView\Eventhistory: Fix sort rules

refs #6644
This commit is contained in:
Johannes Meyer 2015-07-28 11:42:55 +02:00
parent 247c0f3952
commit d56b31fe5e

View File

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