MDL-70120 assignfeedback_editpdf: Stamp files should be cached

This commit is contained in:
Brendan Heywood
2020-11-04 23:06:02 +11:00
parent 15b4174a9f
commit fbe13d55f3
+1 -1
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) {