Fix sort by date in course resources log - refs BT#13019

pull/2487/head
Angel Fernando Quiroz Campos 7 years ago
parent f666af45af
commit b4a7d40cab
  1. 2
      main/tracking/course_log_resources.php

@ -115,7 +115,7 @@ $table = new SortableTable(
'resources',
array('TrackingCourseLog', 'count_item_resources'),
array('TrackingCourseLog', 'get_item_resources_data'),
5,
6,
20,
'DESC'
);

Loading…
Cancel
Save