mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-26096 added missing return
This commit is contained in:
parent
17e03900c9
commit
cde91f5a9b
1 changed files with 1 additions and 0 deletions
|
@ -254,6 +254,7 @@ function enrol_category_sync_full() {
|
|||
$plugin->delete_instance($instance);
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
list($roleids, $params) = $DB->get_in_or_equal(array_keys($roles), SQL_PARAMS_NAMED, 'r000');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue