-
Bug
-
Resolution: Fixed
-
Minor
-
2.3
-
MOODLE_23_STABLE
-
MOODLE_23_STABLE
-
MDL-32438-master -
Fatal error: Call to undefined function stdClass() in C:\dev\bin\apache-2.2\htdocs\moodle-latest\mod\choice\lib.php on line 298
This error appears on making a choice in the choice tool.
To reproduce:
- Check out latest master code.
- Create a choice tool.
- Select one of the options.
- You should see the above error (if debugdisplay is switched on)
- is a regression caused by
-
MDL-32251 fix strict PHP notices - part 3
- Closed