mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Merge branch 'MDL-40245_master' of git://github.com/SWiT/moodle
This commit is contained in:
commit
0f1b3c69d8
@ -2618,6 +2618,9 @@ class assign {
|
||||
// More efficient to load this here.
|
||||
require_once($CFG->libdir.'/filelib.php');
|
||||
|
||||
// Increase the server timeout to handle the creation and sending of large zip files.
|
||||
core_php_time_limit::raise();
|
||||
|
||||
$this->require_view_grades();
|
||||
|
||||
// Load all users with submit.
|
||||
|
Loading…
x
Reference in New Issue
Block a user