-
Bug
-
Resolution: Fixed
-
Minor
-
4.2.2
-
MOODLE_402_STABLE
-
MOODLE_402_STABLE
-
Seems to be a regression from MDL-77328, given the $answer->feedbackfiles property was removed
Trying to export a question type such as "Calculated simple" fails with the following error:
Warning: Undefined property: stdClass::$feedbackfiles in /var/www/html/question/format/xml/format.php on line 1451
|
|
Warning: Undefined property: stdClass::$feedbackfiles in /var/www/html/question/format/xml/format.php on line 1451
|
|
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/question/format/xml/format.php:1451) in /var/www/html/lib/filelib.php on line 2549
|
- is a regression caused by
-
MDL-77328 PHP 8.2: Dynamic Properties are deprecated for questionbase.php
-
- Closed
-