mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 11:46:19 +01:00
MDL-56835 report_participation: release session lock
This commit is contained in:
parent
fac49f8f72
commit
d00715e410
@ -31,6 +31,9 @@ require_once($CFG->dirroot.'/report/participation/locallib.php');
|
||||
define('DEFAULT_PAGE_SIZE', 20);
|
||||
define('SHOW_ALL_PAGE_SIZE', 5000);
|
||||
|
||||
// Release session lock.
|
||||
\core\session\manager::write_close();
|
||||
|
||||
$id = required_param('id', PARAM_INT); // course id.
|
||||
$roleid = optional_param('roleid', 0, PARAM_INT); // which role to show
|
||||
$instanceid = optional_param('instanceid', 0, PARAM_INT); // instance we're looking at.
|
||||
|
Loading…
x
Reference in New Issue
Block a user