-
Bug
-
Resolution: Fixed
-
Minor
-
2.2
-
None
-
-
MOODLE_22_STABLE
-
MOODLE_21_STABLE, MOODLE_22_STABLE
The pcast_scale_used_anywhere() function on line 490 of /mod/pcast/lib.php incorrectly passes $scaleid and causes the /grade/edit/scale/index.php page to break.
It should be passed as an array of parameters, and also "grade" should be "scale".
Attached is a patch which fixes the above issue.