Fix function parameter.

pull/2487/head
jmontoyaa 8 years ago
parent 71693df6e7
commit 7f127cf6a6
  1. 4
      plugin/grading_electronic/generate.php

@ -128,10 +128,10 @@ try {
GradingElectronicPlugin::EXTRAFIELD_STUDENT_ID
);
$score = Category::getCurrentScore(
$score = Category::getCurrentScore(
$student->getId(),
$gradebook,
$session ? $session->getId() : 0
true
);
$fileData[] = sprintf(

Loading…
Cancel
Save