Merge branch 'MDL-42885_master' of https://github.com/markn86/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2013-12-03 10:01:19 +01:00
commit e7b3306a69

View File

@ -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) {