Add missing variable declaration

pull/6039/head
Aleksander Machniak 7 years ago
parent 508ae47534
commit 51c76c9bac

@ -3168,7 +3168,7 @@ function rcube_webmail()
// update the list (remove rows, clear selection)
if (this.message_list) {
var n, id, root, roots = [],
var n, len, id, root, roots = [],
selection = this.message_list.get_selection();
for (n=0, len=selection.length; n<len; n++) {

Loading…
Cancel
Save