MDL-49022 auth_ldap: keep method visibility unmodified.
This commit is contained in:
+1
-1
@@ -992,7 +992,7 @@ class auth_plugin_ldap extends auth_plugin_base {
|
||||
* This will not affect user_password_updated event triggering.
|
||||
* @return stdClass|bool updated user record or false if there is no new info to update.
|
||||
*/
|
||||
protected function update_user_record($username, $updatekeys = false, $triggerevent = false) {
|
||||
function update_user_record($username, $updatekeys = false, $triggerevent = false) {
|
||||
global $CFG, $DB;
|
||||
|
||||
// Just in case check text case
|
||||
|
||||
Reference in New Issue
Block a user