-
Bug
-
Resolution: Fixed
-
Minor
-
2.7.5, 2.8
-
MOODLE_27_STABLE, MOODLE_28_STABLE
-
MOODLE_27_STABLE, MOODLE_28_STABLE
-
MDL-49200_master -
- Check that the patch was integrated and confirm that the string change makes sense.
-
Team Beards Sprint 3
The string 'err_maxlength' in lang/en/form.php is wrong - it uses 'not' instead of 'no'. This string is used when adding a 'maxlength' rule to a form element without specifying the string used -
eg. $form->addRule('name', null, 'maxlength', 255)