MDL-20353 - fixing typo

This commit is contained in:
arborrow
2009-09-26 17:43:50 +00:00
parent d18e0fe646
commit bcb6b50549
+1 -1
View File
@@ -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);