From 2f6f156a8f1e5c83df7c907edb95fe07db4ab78f Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Mon, 9 Jul 2018 12:12:57 +0800 Subject: [PATCH] MDL-56093 auth_db: Remove issue no. from comment --- auth/db/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/db/auth.php b/auth/db/auth.php index 14ca12f1eed..5c2fe8c5eae 100644 --- a/auth/db/auth.php +++ b/auth/db/auth.php @@ -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); -- 2.43.0