-
Bug
-
Resolution: Fixed
-
Minor
-
3.11
-
MOODLE_311_STABLE
-
MOODLE_311_STABLE
-
MDL-71315-master -
-
Moppies Kanban
When accessing a badge from the user profile (badges/badge.php?hash=xxxx), the following error is displayed:
Warning: Use of undefined constant assertion - assumed 'assertion' (this will throw an Error in a future version of PHP) in moodle/badges/renderer.php on line 360 |
This is a regression caused by MDL-69792 because there is a missing $ before the assertion var in badges/renderer.php.