]> git.mjollnir.org Git - moodle.git/commit
MDL-12133 - Errors calling parent::validation in a moodle form subclass because the...
authortjhunt <tjhunt>
Tue, 20 Nov 2007 12:41:04 +0000 (12:41 +0000)
committertjhunt <tjhunt>
Tue, 20 Nov 2007 12:41:04 +0000 (12:41 +0000)
commitfe93ba838bd2c29bcd361817d5b0a8c2e756459a
treea844d1833cf9fc7b0ce4b707c8d6df9153b0826b
parent828f84cf9aa1cfd062b486a9144e357cb21d7725
MDL-12133 - Errors calling parent::validation in a moodle form subclass because the base class method signature was changed. This patch fixes all calls to parent::validation in the question editing forms. Merged from MOODLE_19_STABLE.
question/type/calculated/edit_calculated_form.php
question/type/match/edit_match_form.php
question/type/missingtype/edit_missingtype_form.php
question/type/multianswer/edit_multianswer_form.php
question/type/multichoice/edit_multichoice_form.php
question/type/numerical/edit_numerical_form.php
question/type/randomsamatch/edit_randomsamatch_form.php
question/type/shortanswer/edit_shortanswer_form.php