We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea92aa commit c4b5172Copy full SHA for c4b5172
main/inc/lib/Compilatio.php
@@ -340,6 +340,7 @@ public function giveWorkIdState(int $workId): string
340
$courseId = api_get_course_int_id();
341
$compilatioId = $this->getCompilatioId($workId, $courseId);
342
343
+ $actionCompilatio = '';
344
// if the compilatio's hash is not a valide hash md5,
345
// we return à specific status (cf : IsInCompilatio() )
346
// Not used since implementation of RestAPI but there if needed later
0 commit comments