From e09d38647bd557bb70c40df5b239b09c78f833d5 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Wed, 24 Jun 2015 03:04:59 +0200 Subject: [PATCH] MDL-49022 auth_ldap: keep method visibility unmodified. --- auth/ldap/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/ldap/auth.php b/auth/ldap/auth.php index 3244c7669c8..6090ebd7712 100644 --- a/auth/ldap/auth.php +++ b/auth/ldap/auth.php @@ -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