MDL-14741: cleaning up some leftover cruft
This commit is contained in:
+1
-1
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user