A more simplified approach to fixing #2105, compared to previous attempts.
pull/2115/head
Andrew Bauer 2018-06-06 08:15:01 -05:00
parent a25f5f1b12
commit c30992be3f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public $defaults = array(
'limit' => 100,
'Query' => array(),
'sort_field' => ZM_WEB_EVENT_SORT_FIELD,
'sort_asc' => ZM_WEB_EVENT_SORT_ORDER == 'asc' ? 'asc' : 'desc',
'sort_asc' => ZM_WEB_EVENT_SORT_ORDER,
);
public function __construct( $IdOrRow=NULL ) {