]> git.mjollnir.org Git - moodle.git/commitdiff
FIxed bug 406 - richtext setting resets!
authormoodler <moodler>
Thu, 8 May 2003 13:34:42 +0000 (13:34 +0000)
committermoodler <moodler>
Thu, 8 May 2003 13:34:42 +0000 (13:34 +0000)
user/edit.html

index 35345c7f6239ec0551bcf3954bbdca96d0ca97f7..cd5b2b70070485b7a3ea67465c935ce6c0fa2277 100644 (file)
@@ -1,5 +1,5 @@
 <?PHP
-   if (empty($user->htmleditor)) {
+   if (!isset($user->htmleditor)) {
        $user->htmleditor = 1;
    }
    if (empty($user->lang)) {