mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Merge branch 'MDL-49244-master' of git://github.com/jleyva/moodle
This commit is contained in:
commit
e51f7a6a20
2 changed files with 11 additions and 1 deletions
|
@ -1552,7 +1552,7 @@ class core_course_external extends external_api {
|
|||
}
|
||||
|
||||
if (isset($value)) {
|
||||
$conditions[$key] = $crit['value'];
|
||||
$conditions[$key] = $value;
|
||||
$wheres[] = $key . " = :" . $key;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue