mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-70120 assignfeedback_editpdf: Stamp files should be cached
This commit is contained in:
parent
2444c9d9be
commit
8e7ec10968
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user