Whoops ... little bug that stopped loginas from working ... need to

create $USER->site ...
This commit is contained in:
martin
2002-09-05 11:28:06 +00:00
parent f5e88127d8
commit 45f21575aa
+1
View File
@@ -28,6 +28,7 @@
$USER = get_user_info_from_db("id", $user);
$USER->loggedin = true;
$USER->site = $CFG->wwwroot;
$USER->realuser = $teacher_id;
save_session("USER");