MDL-61407 question: Allow formatters to ignore caps
This commit is contained in:
+1
-1
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user