SESSION encoding fix from STABLE (2770)
This commit is contained in:
@@ -113,7 +113,10 @@
|
||||
set_moodle_cookie($USER->username);
|
||||
|
||||
unset($SESSION->lang);
|
||||
unset($SESSION->encoding);
|
||||
|
||||
$SESSION->justloggedin = true;
|
||||
$SESSION->encoding = get_string('thischarset');
|
||||
|
||||
// Restore the calendar filters, if saved
|
||||
if(intval(get_user_preferences('calendar_persistflt', 0))) {
|
||||
|
||||
Reference in New Issue
Block a user