mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-61407 question: Allow formatters to ignore caps
This commit is contained in:
parent
04507546ec
commit
cc98914e85
3 changed files with 14 additions and 6 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