mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-42885_master' of https://github.com/markn86/moodle
This commit is contained in:
commit
e7b3306a69
@ -549,8 +549,6 @@ if ($formdata = $mform2->is_cancelled()) {
|
||||
continue;
|
||||
}
|
||||
if (!property_exists($user, $column) or !property_exists($existinguser, $column)) {
|
||||
// this should never happen
|
||||
debugging("Could not find $column on the user objects", DEBUG_DEVELOPER);
|
||||
continue;
|
||||
}
|
||||
if ($updatetype == UU_UPDATE_MISSING) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user