Skip to content
Snippets Groups Projects
Commit 29836619 authored by Alexander Bias's avatar Alexander Bias
Browse files

Adopt a code change in Moodle core auth_ldap

parent 0395e269
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ Changes
-------
* 2015-08-18 - Check compatibility for Moodle 2.9, no functionality change
* 2015-08-18 - Adopt a code change in Moodle core auth_ldap
* 2015-01-29 - Check compatibility for Moodle 2.8, no functionality change
* 2015-01-23 - Adopt a code change in Moodle core auth_ldap
* 2014-10-08 - Adopt a code change in Moodle core auth_ldap
......
......@@ -355,7 +355,7 @@ class auth_plugin_ldap_syncplus extends auth_plugin_ldap {
$maxxcount = 100;
foreach ($users as $user) {
if (!$this->update_user_record($user->username, $updatekeys)) {
if (!$this->update_user_record($user->username, $updatekeys, true)) {
$skipped = ' - '.get_string('skipped');
}
else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment