mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'master_MDL-33477' of git://github.com/danmarsden/moodle
This commit is contained in:
commit
3292d9f003
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class gradingform_guide_editguide extends moodleform {
|
|||
|
||||
// Description.
|
||||
$options = gradingform_guide_controller::description_form_field_options($this->_customdata['context']);
|
||||
$form->addElement('editor', 'description_editor', get_string('descriptionstudents', 'gradingform_guide'), null, $options);
|
||||
$form->addElement('editor', 'description_editor', get_string('description'), null, $options);
|
||||
$form->setType('description_editor', PARAM_RAW);
|
||||
|
||||
// Guide completion status.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue