MDL-25870 enrol-manual: Fixed pagination of AJAX search results for users when changing search

This commit is contained in:
Sam Hemelryk 2011-07-13 14:02:30 +08:00
parent f6f6138379
commit b874637025

View File

@ -281,6 +281,7 @@ YUI.add('moodle-enrol_manual-quickenrolment', function(Y) {
this.set(UEP.PAGE, this.get(UEP.PAGE)+1);
} else {
this.set(UEP.USERCOUNT, 0);
this.set(UEP.PAGE, 0);
}
params = this.get(UEP.PARAMS);
params['sesskey'] = M.cfg.sesskey;