MDL-61407 question: Allow formatters to ignore caps

This commit is contained in:
Andrew Nicols
2018-05-02 19:10:24 +08:00
parent e9419db48d
commit b3753e60fa
3 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -1789,7 +1789,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();
}