From: scyrma Date: Fri, 6 Jun 2008 02:21:40 +0000 (+0000) Subject: MDL-11113 - Correction to previous change: going back to previous variable name,... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0687e5552c305dbea4a39987b65151c3f6a73640;p=moodle.git MDL-11113 - Correction to previous change: going back to previous variable name, to prevent bugs --- diff --git a/admin/settings/appearance.php b/admin/settings/appearance.php index 764637261a..cb747b9d5e 100644 --- a/admin/settings/appearance.php +++ b/admin/settings/appearance.php @@ -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'));