浏览代码

Fix courseLog pagination BT#15407

Julio Montoya 6 年之前
父节点
当前提交
cff7ef51e2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      main/tracking/courseLog.php

+ 1 - 0
main/tracking/courseLog.php

@@ -478,6 +478,7 @@ if ($nbStudents > 0) {
         20,
         'users_tracking'
     );
+    $table->total_number_of_items = $nbStudents;
 
     $parameters['cidReq'] = isset($_GET['cidReq']) ? Security::remove_XSS($_GET['cidReq']) : '';
     $parameters['id_session'] = $sessionId;