Reporting: fix missing variable initialization -refs BT#20895

pull/5028/head
NicoDucou 11 months ago
parent 424fbf1113
commit 13fc25b95d
  1. 1
      public/main/my_space/myStudents.php

@ -1932,6 +1932,7 @@ if (empty($details)) {
if ($exerciseList) {
/** @var CQuiz $exercise */
$i = 0;
foreach ($exerciseList as $exercise) {
$exercise_id = (int) $exercise->getIid();
$count_attempts = Tracking::count_student_exercise_attempts(

Loading…
Cancel
Save