MDL-14741: cleaning up some leftover cruft

This commit is contained in:
scyrma 2008-07-30 07:58:05 +00:00
parent f99442e312
commit cb6c02c4b7
3 changed files with 1 additions and 5 deletions

View file

@ -2836,7 +2836,7 @@ class admin_setting_special_frontpagedesc extends admin_setting {
}
function output_html($data, $query='') {
global $CFG, $htmlEditorObject;
global $CFG;
$CFG->adminusehtmleditor = can_use_html_editor();
$return = '<div class="form-htmlarea">'.print_textarea($CFG->adminusehtmleditor, 15, 60, 0, 0, $this->get_full_name(), $data, 0, true, 'summary') .'</div>';