-
Bug
-
Resolution: Fixed
-
Major
-
2.2.1
-
MOODLE_22_STABLE
-
MOODLE_21_STABLE, MOODLE_22_STABLE
-
w16_
MDL-32437_m23_tablename -
This function queries a table in the moodle db, without adding the prefix to the tablename.
in file /grade/querylib.php:
in function grade_get_gradable_activities:
around line: 328
change:
{$modulename}
to:
{" . $modulename . "}- is blocked by
-
MDL-32400 phpunit support - stage 4
-
- Closed
-