mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-56093 auth_db: Remove issue no. from comment
This commit is contained in:
parent
33d2796f0a
commit
2f6f156a8f
@ -474,7 +474,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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user