mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-14741: cleaning up some leftover cruft
This commit is contained in:
parent
f99442e312
commit
cb6c02c4b7
3 changed files with 1 additions and 5 deletions
|
@ -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>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue