Merge branch 'MDL-61407-master' of git://github.com/andrewnicols/moodle

This commit is contained in:
Jake Dallimore 2018-05-04 11:50:26 +08:00
commit 209f6e1eda
123 changed files with 5000 additions and 33 deletions

View file

@ -2073,7 +2073,7 @@ function question_pluginfile($course, $context, $component, $filearea, $args, $f
}
// export data to moodle file pool
if (!$content = $qformat->exportprocess(true)) {
if (!$content = $qformat->exportprocess()) {
send_file_not_found();
}