1
0
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:
moodler 2003-05-08 13:34:42 +00:00
parent ac6e435422
commit eb7ec77d68

@ -1,5 +1,5 @@
<?PHP
if (empty($user->htmleditor)) {
if (!isset($user->htmleditor)) {
$user->htmleditor = 1;
}
if (empty($user->lang)) {