Skip to content

Commit

Permalink
Merge branch 'MDL-70120-assign-stamp-expires' of https://github.com/b…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Nov 6, 2020
2 parents ea32d65 + 8e7ec10 commit 6d138e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/assign/feedback/editpdf/lib.php
Expand Up @@ -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) {
Expand Down

0 comments on commit 6d138e3

Please sign in to comment.