1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-20 07:30:01 +01:00

Merge branch 'MDL-81611_404_STABLE' of https://github.com/marxjohnson/moodle into MOODLE_404_STABLE

This commit is contained in:
Huong Nguyen 2024-05-02 09:02:11 +07:00
commit 8b7f262aca
No known key found for this signature in database
GPG Key ID: 40D88AB693A3E72A

@ -1400,6 +1400,8 @@ function assign_pluginfile($course,
function mod_assign_output_fragment_gradingpanel($args) {
global $CFG;
\core\session\manager::write_close(); // No changes to session in this function.
$context = $args['context'];
if ($context->contextlevel != CONTEXT_MODULE) {