MDL-70120 assignfeedback_editpdf: Stamp files should be cached
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user