Don't carry description around in USER session variable ... can be big
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
}
|
||||
|
||||
$USER = $user;
|
||||
$USER->description = ""; // No need to cart this around
|
||||
$USER->loggedin = true;
|
||||
$USER->site = $CFG->wwwroot; // for added security
|
||||
|
||||
|
||||
Reference in New Issue
Block a user