Fixed a missing global

This commit is contained in:
moodler
2005-05-28 06:38:10 +00:00
parent 07a5d7cb3e
commit 3bcee5d4c7
+1 -1
View File
@@ -2413,7 +2413,7 @@ function get_user_info_from_db($field, $value) { // For backward compatibility
* for the current SESSION
*/
function set_login_session_preferences() {
global $SESSION;
global $SESSION, $CFG;
$SESSION->justloggedin = true;