Merged from MOODLE_14_STABLE - Added an early session_write_close() to loglive.php and log.php pages
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user