From: Michael M Slusarz Date: Thu, 20 Aug 2009 18:05:50 +0000 (-0600) Subject: Fix undefined index errors X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7275a83d04049cba07b6ddfc01b5bc8c3eb8be0a;p=horde.git Fix undefined index errors --- diff --git a/imp/js/DimpBase.js b/imp/js/DimpBase.js index 7b8ec758f..453ab3c2a 100644 --- a/imp/js/DimpBase.js +++ b/imp/js/DimpBase.js @@ -1084,7 +1084,8 @@ var DimpBase = { var tmp; if (!opts || - (this.pp.imapuid == opts.index && + (this.pp && + this.pp.imapuid == opts.index && this.pp.view == opts.mailbox)) { $('msgLogInfo').show();