MDL-70120 assignfeedback_editpdf: Stamp files should be cached

This commit is contained in:
Brendan Heywood 2020-11-04 22:42:21 +11:00
parent 2444c9d9be
commit 8e7ec10968

View File

@ -67,7 +67,7 @@ function assignfeedback_editpdf_pluginfile(
$options['cacheability'] = 'public';
$options['immutable'] = true;
send_stored_file($file, 0, 0, true, $options);
send_stored_file($file, null, 0, false, $options);
}
if ($context->contextlevel == CONTEXT_MODULE) {