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

This commit is contained in:
Daniel Kosinski
2015-03-22 16:25:00 +01:00
parent c228f82bbb
commit f70f73517c
+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.