Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.8
-
Fix Version/s: 1.8.2
-
Component/s: Patch: Gradebook Plus
-
Labels:None
-
Affected Branches:MOODLE_18_STABLE
-
Fixed Branches:MOODLE_18_STABLE
Description
This error is only shown when the debug mode is on but nevertheless needs to be taken care of. It is caused by trying to get the module information from the grade events which technically are not modules.
this line was triggering the error:
$all_categories["$cur_category"]["$instance->name"]['modname'] = $modname->name;