mirror of
https://github.com/moodle/moodle.git
synced 2025-04-05 08:23:01 +02:00
Merge branch 'MDL-33884' of https://github.com/timhunt/moodle
This commit is contained in:
commit
6bfdb36e0b
@ -860,6 +860,10 @@ class qformat_default {
|
||||
public function exportprocess($checkcapabilities = true) {
|
||||
global $CFG, $DB;
|
||||
|
||||
// Raise time and memory, as exporting can be quite intensive.
|
||||
core_php_time_limit::raise();
|
||||
raise_memory_limit(MEMORY_EXTRA);
|
||||
|
||||
// Get the parents (from database) for this category.
|
||||
$parents = [];
|
||||
if ($this->category) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user