-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
2.3
-
None
-
MOODLE_23_STABLE
PHP Fatal error: Using $this when not in object context in /var/moodle/www/mod/quiz/report/reportlib.php on line 416
A recent cleanup of the quiz code looks to have left an errant $this-context in the quiz_report_should_show_grades() function in mod/quiz/report/reportlib.php
This doesn't happen for all quizes, only some. I'll attach a patch which fixes this.
- duplicates
-
MDL-34054 Can't access quiz reports (Using $this not in object context)
- Closed