MDL-56093 auth_db: Remove issue no. from comment

This commit is contained in:
Andrew Nicols
2018-07-09 12:14:50 +08:00
parent 8a78198376
commit b54f6d4781
+1 -1
View File
@@ -473,7 +473,7 @@ class auth_plugin_db extends auth_plugin_base {
set_user_preference('create_password', 1, $id);
}
// Save custom profile fields here(MDL-56093).
// Save custom profile fields here.
require_once($CFG->dirroot . '/user/profile/lib.php');
$user->id = $id;
profile_save_data($user);