Minor: RemedialCourse: Flinci Fix- refs BT#18165

pull/3729/head
Carlos Alvarado 5 years ago
parent ce1f498de1
commit 0b9510c28b
No known key found for this signature in database
GPG Key ID: B612DB1EE6658FBB
  1. 2
      main/exercise/exercise.class.php

@ -11013,7 +11013,7 @@ class Exercise
}
}
}
if (count($bestAttempt)==0) {
if (count($bestAttempt) == 0) {
return null;
}
$percentSuccess = $this->selectPassPercentage();

Loading…
Cancel
Save