mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 11:26:41 +02:00
Merge branch 'MDL-42885_m26' of https://github.com/markn86/moodle into MOODLE_26_STABLE
This commit is contained in:
commit
b470112643
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue