Skip to content

Commit

Permalink
MDL-43585 remove incorrect user/lib.php include
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Jan 7, 2014
1 parent e71a533 commit 7f5a384
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion auth/ldap/auth.php
Expand Up @@ -616,7 +616,6 @@ function user_confirm($username, $confirmsecret) {
if ($user->firstaccess == 0) {
$user->firstaccess = time();
}
require_once($CFG->dirroot.'/user/lib.php');
user_update_user($user, false);
return AUTH_CONFIRM_OK;
}
Expand Down

0 comments on commit 7f5a384

Please sign in to comment.