-
Bug
-
Resolution: Fixed
-
Minor
-
2.6
-
MOODLE_26_STABLE
-
MOODLE_24_STABLE, MOODLE_25_STABLE
-
MDL-41191-master -
- As a user create some forum posts
- Go to: Home / My profile / Forum posts / Posts
Boom:
context_instance_preload() is deprecated, please use context_helper::preload_from_record() instead.
|
line 4135 of /lib/deprecatedlib.php: call to debugging()
|
line ? of unknownfile: call to context_instance_preload()
|
line 8137 of /mod/forum/lib.php: call to array_map()
|
line 117 of /mod/forum/user.php: call to forum_get_courses_user_posted_in()
|
- is a regression caused by
-
MDL-40425 Deprecate context_instance_preload()
- Closed