mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
MDL-21190 Fixing a regression in dependency calculation
This commit is contained in:
parent
985d1d1d22
commit
8b9f980a2b
@ -1339,7 +1339,7 @@ class grade_item extends grade_object {
|
||||
AND gi.categoryid IN (
|
||||
SELECT gc.id
|
||||
FROM {grade_categories} gc
|
||||
WHERE gc.path LIKE '%?%')";
|
||||
WHERE gc.path LIKE '%/?/%')";
|
||||
|
||||
} else {
|
||||
$params[] = $grade_category->id;
|
||||
|
Loading…
x
Reference in New Issue
Block a user