mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
removing old htmleditor leftovers - format is not used any more
This commit is contained in:
parent
cdefaa86f6
commit
a7748d91ea
@ -47,8 +47,6 @@ class blog_edit_form extends moodleform {
|
||||
$mform->setType('summary_editor', PARAM_RAW);
|
||||
$mform->addRule('summary_editor', get_string('emptybody', 'blog'), 'required', null, 'client');
|
||||
|
||||
$mform->addElement('format', 'summaryformat', get_string('format'));
|
||||
|
||||
$mform->addElement('filemanager', 'attachment_filemanager', get_string('attachment', 'forum'), null, $attachmentoptions);
|
||||
|
||||
//disable publishstate options that are not allowed
|
||||
|
Loading…
x
Reference in New Issue
Block a user