mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
Merged from MOODLE_14_STABLE - Added an early session_write_close() to loglive.php and log.php pages
This commit is contained in:
parent
4742b339ff
commit
d3e6cd798a
@ -35,6 +35,7 @@
|
||||
$strlogs = get_string('logs');
|
||||
$stradministration = get_string('administration');
|
||||
|
||||
session_write_close();
|
||||
|
||||
if (!empty($_GET['chooselog'])) {
|
||||
$userinfo = get_string('allparticipants');
|
||||
|
@ -16,6 +16,8 @@
|
||||
error("Only teachers can view logs");
|
||||
}
|
||||
|
||||
session_write_close();
|
||||
|
||||
$strlivelogs = get_string("livelogs");
|
||||
$strupdatesevery = get_string("updatesevery", "moodle", COURSE_LIVELOG_REFRESH);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user