From 0687e5552c305dbea4a39987b65151c3f6a73640 Mon Sep 17 00:00:00 2001 From: scyrma Date: Fri, 6 Jun 2008 02:21:40 +0000 Subject: [PATCH] MDL-11113 - Correction to previous change: going back to previous variable name, to prevent bugs --- admin/settings/appearance.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')); -- 2.39.5