Minor - fix typo

pull/2487/head
jmontoyaa 8 years ago
parent 6dd2a9b360
commit 2279b4e087
  1. 2
      main/inc/ajax/exercise.ajax.php

@ -317,7 +317,7 @@ switch ($action) {
$attemptList = Event::getAllExerciseEventByExeId($exe_id);
}
// Updating Reminder algorythm.
// Updating Reminder algorithm.
if ($objExercise->type == ONE_PER_PAGE) {
$bd_reminder_list = explode(',', $exercise_stat_info['questions_to_check']);

Loading…
Cancel
Save