-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.3.5, 4.4.1
-
MOODLE_403_STABLE, MOODLE_404_STABLE
-
MOODLE_404_STABLE
-
MDL-82484_fix_quickform_find_value
-
Fatal error: Declaration of HTML_QuickForm_file::_findValue() must be compatible with HTML_QuickForm_element::_findValue(&$values)
I tried to add `$mform->addElement('file'...)` to my form, it triggered this error. Then I inspected the code and found out that the `&$values` is missing from the child function `_findValue`