MDL-48456 course: Increase timeout when deleting all courses in category

This commit is contained in:
Daniel Kosinski
2015-03-22 16:21:51 +01:00
parent 06122e46fd
commit 551e64ccb9
+3
View File
@@ -1562,6 +1562,9 @@ class coursecat implements renderable, cacheable_object, IteratorAggregate {
require_once($CFG->libdir.'/questionlib.php');
require_once($CFG->dirroot.'/cohort/lib.php');
// Make sure we won't timeout when deleting a lot of courses.
$settimeout = core_php_time_limit::raise('0');
$deletedcourses = array();
// Get children. Note, we don't want to use cache here because it would be rebuilt too often.