Merge branch 'wip-MDL-25870-master' of git://github.com/samhemelryk/moodle

This commit is contained in:
Petr Skoda 2011-07-18 14:57:02 +02:00
commit b0d6fa17a4

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;