소스 검색

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;