Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.11
-
Moppies Kanban
Description
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.