mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
Merge branch 'MDL-61407-master' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
209f6e1eda
123 changed files with 5000 additions and 33 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue