Skip to content

Commit

Permalink
Merge branch 'MDL-39940-25' of git://github.com/danpoltawski/moodle i…
Browse files Browse the repository at this point in the history
…nto MOODLE_25_STABLE
  • Loading branch information
Sam Hemelryk committed Jun 11, 2013
2 parents a4848b4 + 2d0faff commit 6930385
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tag/edit_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ function definition () {
if (has_capability('moodle/tag:manage', $systemcontext)) {
$mform->addElement('text', 'rawname', get_string('name', 'tag'),
'maxlength="'.TAG_MAX_LENGTH.'" size="'.TAG_MAX_LENGTH.'"');
$mform->setType('rawname', PARAM_NOTAGS);
}

$mform->addElement('editor', 'description_editor', get_string('description', 'tag'), null, $this->_customdata['editoroptions']);
Expand All @@ -74,4 +75,4 @@ function definition () {

}

}
}

0 comments on commit 6930385

Please sign in to comment.