MDL-9983, missing upser_updated event

This commit is contained in:
toyomoyo
2007-07-11 09:05:17 +00:00
parent 2054475538
commit ae483dadca
+1 -1
View File
@@ -112,7 +112,7 @@
$USER->$variable = $value;
}
}
events_trigger('user_updated', $usernew);
redirect("$CFG->wwwroot/user/view.php?id=$user->id&course=$course->id");
}