Removed save_session() - no longer needed
This commit is contained in:
@@ -87,7 +87,6 @@
|
||||
foreach ($usernew as $variable => $value) {
|
||||
$USER->$variable = $value;
|
||||
}
|
||||
save_session("USER");
|
||||
redirect("view.php?id=$user->id&course=$course->id", get_string("changessaved"));
|
||||
} else {
|
||||
redirect("../admin/user.php", get_string("changessaved"));
|
||||
|
||||
Reference in New Issue
Block a user