mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Merge branch 'MDL-63422' of git://github.com/stronk7/moodle
This commit is contained in:
commit
f8e364e31a
27 changed files with 79 additions and 89 deletions
|
@ -251,7 +251,7 @@ class provider implements
|
|||
|
||||
if (empty($entryids)) {
|
||||
// This should not happen, as the user context should not have been reported then.
|
||||
continue;
|
||||
continue 2;
|
||||
}
|
||||
|
||||
list($insql, $inparams) = $DB->get_in_or_equal($entryids, SQL_PARAMS_NAMED);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue