Merge branch 'MDL-42885_m26' of https://github.com/markn86/moodle into MOODLE_26_STABLE

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

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