From 7f5a384c99c71c0547c449052f3f5005dcfb5b78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0koda?= Date: Tue, 7 Jan 2014 12:16:02 +0800 Subject: [PATCH] MDL-43585 remove incorrect user/lib.php include --- auth/ldap/auth.php | 1 - 1 file changed, 1 deletion(-) diff --git a/auth/ldap/auth.php b/auth/ldap/auth.php index f92c08d01a9..fb6b57651ad 100644 --- a/auth/ldap/auth.php +++ b/auth/ldap/auth.php @@ -616,7 +616,6 @@ class auth_plugin_ldap extends auth_plugin_base { if ($user->firstaccess == 0) { $user->firstaccess = time(); } - require_once($CFG->dirroot.'/user/lib.php'); user_update_user($user, false); return AUTH_CONFIRM_OK; }