Compilatio: Define missing variable - refs BT#22064

pull/5867/head
Angel Fernando Quiroz Campos 11 months ago
parent 3ea92aa1a7
commit c4b51722d8
No known key found for this signature in database
GPG Key ID: B284841AE3E562CD
  1. 1
      main/inc/lib/Compilatio.php

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

Loading…
Cancel
Save