diff --git a/mail/js/app.js b/mail/js/app.js index 4c3aea787d..4b3b9ed841 100644 --- a/mail/js/app.js +++ b/mail/js/app.js @@ -575,7 +575,7 @@ app.classes.mail = AppJS.extend( children[i].destroy(); widget.removeChild(children[i]); } - if (content.length == 1 && typeof content[0] != 'undefined') + if (content.length == 1 && typeof content[0] != 'undefined' && content[0]) { content = content[0].split(','); }