Skip to content

Commit

Permalink
One more safeguard.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Dec 9, 2014
1 parent 97b662a commit 9e65f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/js/base.js
Expand Up @@ -4333,7 +4333,7 @@ var IMP_Flist_Mbox = Class.create({
{
var m_elt;

if (this.data.fake && this.data.fake.data) {
if (this.data && this.data.fake && this.data.fake.data) {
return this.data.fake.subElement();
}

Expand Down

0 comments on commit 9e65f86

Please sign in to comment.