Merge branch 'MDL-56300_master' of git://github.com/reskit/moodle

This commit is contained in:
Eloy Lafuente (stronk7)
2016-10-17 18:50:07 +02:00
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -218,7 +218,7 @@ define(['jquery', 'core/notification', 'core/str', 'core/form-autocomplete',
if (show) {
this._filteredUsers[this._filteredUsers.length] = user;
if (userid == user.id) {
foundIndex = index;
foundIndex = (this._filteredUsers.length - 1);
}
}
}.bind(this));