Add more memory and time limit BT#15395

pull/2864/head
Julio 7 years ago
parent 0ada4efb09
commit 43fe85b915
  1. 1
      main/exercise/exercise.php

@ -348,6 +348,7 @@ if ($is_allowedToEdit) {
}
break;
case 'copy_exercise': //copy an exercise
api_set_more_memory_and_time_limits();
$objExerciseTmp->copyExercise();
echo Display::return_message(
get_lang('ExerciseCopied'),

Loading…
Cancel
Save