Skip to content

Commit

Permalink
Merge branch 'MDL-53154-master' of git://github.com/junpataleta/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Feb 29, 2016
2 parents a31d1e5 + 41d6a25 commit 7f02500
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions course/delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@

echo $OUTPUT->header();
echo $OUTPUT->heading($strdeletingcourse);
// This might take a while. Raise the execution time limit.
core_php_time_limit::raise();
// We do this here because it spits out feedback as it goes.
delete_course($course);
echo $OUTPUT->heading( get_string("deletedcourse", "", $courseshortname) );
Expand Down

0 comments on commit 7f02500

Please sign in to comment.