Skip to content

Commit

Permalink
Merge branch 'MDL-40245_28' of git://github.com/SWiT/moodle into MOOD…
Browse files Browse the repository at this point in the history
…LE_28_STABLE
  • Loading branch information
David Monllao committed Nov 9, 2015
2 parents d84ddfd + d7b80c7 commit f8c0d18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mod/assign/locallib.php
Expand Up @@ -2590,6 +2590,9 @@ protected function download_submissions() {
// 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.
Expand Down

0 comments on commit f8c0d18

Please sign in to comment.