Skip to content

Commit

Permalink
MDL-49022 auth_ldap: keep method visibility unmodified.
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jun 24, 2015
1 parent 005ead1 commit e09d386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/ldap/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ function sync_users($do_updates=true) {
* 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
Expand Down

0 comments on commit e09d386

Please sign in to comment.