SESSION encoding fix from STABLE (2770)

This commit is contained in:
moodler
2005-03-21 06:14:44 +00:00
parent 8b9c084e70
commit e1f96c2349
+3
View File
@@ -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))) {