]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-11113 - Correction to previous change: going back to previous variable name,...
authorscyrma <scyrma>
Fri, 6 Jun 2008 02:21:40 +0000 (02:21 +0000)
committerscyrma <scyrma>
Fri, 6 Jun 2008 02:21:40 +0000 (02:21 +0000)
admin/settings/appearance.php

index 764637261a61d3c84d06a3e7e8339906019158c2..cb747b9d5e0e3bf1f4c5a78e6c94f7fd2087aad6 100644 (file)
@@ -57,7 +57,7 @@ if ($hassiteconfig) { // speedup for non-admins, add all caps used on this page
         $htmleditors[$editor] = $editor;
     }
     $temp->add(new admin_setting_configselect('defaulthtmleditor', get_string('defaulthtmleditor', 'admin'), null, 'tinymce', $htmleditors));
-    $temp->add(new admin_setting_configcheckbox('usehtmleditor', get_string('usehtmleditor', 'admin'), get_string('confightmleditor','admin'), 1));
+    $temp->add(new admin_setting_configcheckbox('htmleditor', get_string('usehtmleditor', 'admin'), get_string('confightmleditor','admin'), 1));
     $ADMIN->add('htmleditor', $temp);
 
     $temp = new admin_settingpage('htmlarea', get_string('htmlarea', 'admin'));