Exercise: fix iid instead of id to get the list of users in the exercise - refs BT 20139

pull/4384/head
NicoDucou 3 years ago
parent 7e2ea6150e
commit 79a368a04c
  1. 2
      main/exercise/exercise.php

@ -520,7 +520,7 @@ if ($is_allowedToEdit) {
exit();
case 'send_reminder':
$users = Exercise::getUsersInExercise(
$objExerciseTmp->id,
$objExerciseTmp->iid,
$courseId,
$sessionId
);

Loading…
Cancel
Save