Skip to content

Commit c4b5172

Browse files
committed
Compilatio: Define missing variable - refs BT#22064
1 parent 3ea92aa commit c4b5172

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/inc/lib/Compilatio.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ public function giveWorkIdState(int $workId): string
340340
$courseId = api_get_course_int_id();
341341
$compilatioId = $this->getCompilatioId($workId, $courseId);
342342

343+
$actionCompilatio = '';
343344
// if the compilatio's hash is not a valide hash md5,
344345
// we return à specific status (cf : IsInCompilatio() )
345346
// Not used since implementation of RestAPI but there if needed later

0 commit comments

Comments
 (0)