MDL-49022 auth_ldap: keep method visibility unmodified.

This commit is contained in:
Eloy Lafuente (stronk7)
2015-06-24 03:07:21 +02:00
parent 005ead1f8a
commit e09d38647b
+1 -1
View File
@@ -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