MDL-20353 - fixing typo
This commit is contained in:
@@ -16,7 +16,7 @@ class category_form extends moodleform {
|
||||
$mform->addElement('hidden', 'id');
|
||||
$mform->setType('id', PARAM_INT);
|
||||
$mform->addElement('hidden', 'action', 'editcategory');
|
||||
$mform->setType('iction', PARAM_ACTION);
|
||||
$mform->setType('action', PARAM_ACTION);
|
||||
|
||||
$mform->addElement('text', 'name', get_string('profilecategoryname', 'admin'), 'maxlength="255" size="30"');
|
||||
$mform->setType('name', PARAM_MULTILANG);
|
||||
|
||||
Reference in New Issue
Block a user