|
|
@ -340,6 +340,7 @@ class Compilatio |
|
|
|
$courseId = api_get_course_int_id(); |
|
|
|
$courseId = api_get_course_int_id(); |
|
|
|
$compilatioId = $this->getCompilatioId($workId, $courseId); |
|
|
|
$compilatioId = $this->getCompilatioId($workId, $courseId); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$actionCompilatio = ''; |
|
|
|
// if the compilatio's hash is not a valide hash md5, |
|
|
|
// if the compilatio's hash is not a valide hash md5, |
|
|
|
// we return à specific status (cf : IsInCompilatio() ) |
|
|
|
// we return à specific status (cf : IsInCompilatio() ) |
|
|
|
// Not used since implementation of RestAPI but there if needed later |
|
|
|
// Not used since implementation of RestAPI but there if needed later |
|
|
|