mirror of
https://github.com/moodle/moodle.git
synced 2025-03-15 05:00:06 +01:00
FIxed bug 406 - richtext setting resets!
This commit is contained in:
parent
ac6e435422
commit
eb7ec77d68
@ -1,5 +1,5 @@
|
||||
<?PHP
|
||||
if (empty($user->htmleditor)) {
|
||||
if (!isset($user->htmleditor)) {
|
||||
$user->htmleditor = 1;
|
||||
}
|
||||
if (empty($user->lang)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user