From 2568347e28867d2c3bc04a455c2459f290b92e00 Mon Sep 17 00:00:00 2001 From: Barry Oosthuizen Date: Fri, 6 Mar 2015 11:17:13 +0000 Subject: [PATCH] MDL-33328 enrol_manual: use correct parameter in search function Searching for user from "Enrol users" panel causes blocks to dock in IE --- enrol/manual/yui/quickenrolment/quickenrolment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enrol/manual/yui/quickenrolment/quickenrolment.js b/enrol/manual/yui/quickenrolment/quickenrolment.js index 4bc83504e35..f3de1bfdfc6 100644 --- a/enrol/manual/yui/quickenrolment/quickenrolment.js +++ b/enrol/manual/yui/quickenrolment/quickenrolment.js @@ -261,7 +261,7 @@ YUI.add('moodle-enrol_manual-quickenrolment', function(Y) { }); }, preSearch : function(e) { - this.search(null, false); + this.search(e, false); /* var value = this.get(UEP.SEARCH).get('value'); if (value.length < 3 || value == this.get(UEP.LASTSEARCH)) { -- 2.43.0