Merge branch 'MDL-76213-400-fix' of https://github.com/junpataleta/moodle into MOODLE_400_STABLE

This commit is contained in:
Jake Dallimore
2022-11-11 17:38:27 +08:00
+2 -2
View File
@@ -5927,9 +5927,9 @@ class assign {
return $this->overridedata[$cachekey];
}
$params = ['groupid' => $activitygroup, 'assignid' => $activitygroup];
$params = ['groupid' => $activitygroup, 'assignid' => $instanceid];
$this->overridedata[$cachekey] = $DB->get_record('assign_overrides', $params);
return $this->overridedata[$cachekey];
return $this->overridedata[$cachekey];
}
/**