Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0, 2.1.1
-
MOODLE_20_STABLE, MOODLE_21_STABLE
-
MOODLE_20_STABLE, MOODLE_21_STABLE
-
-
Easy
-
Description
When creating a form with only a captcha element (no text fields etc..) we receive the following Fatal error:
Fatal error: Class 'HTML_QuickForm_input' not found in /lib/form/recaptcha.php on line 17
|
Solution is to require_once('HTML/QuickForm/input.php'); from the top of my script, but clearly this should be handled by /lib/form/recaptcha.php