diff --git a/etemplate/js/et2_extension_nextmatch_actions.js b/etemplate/js/et2_extension_nextmatch_actions.js index 4434ccafeb..ebb6aa2abe 100644 --- a/etemplate/js/et2_extension_nextmatch_actions.js +++ b/etemplate/js/et2_extension_nextmatch_actions.js @@ -117,7 +117,7 @@ function nm_action(_action, _senders, _target, _ids) // Run a long task once for each ID with a nice dialog instead of // freezing for a while. If egw_open is set, and only 1 row selected, // egw_open will be used instead. - if(doLongTask(idsArr, ids.all,_action, mgr.data.nextmatch)) break; + if(doLongTask(idsArr, _ids.all,_action, mgr.data.nextmatch)) break; // Fall through case 'egw_open':