projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cc18d7
)
Fix undefined index errors
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 20 Aug 2009 18:05:50 +0000
(12:05 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 20 Aug 2009 18:05:50 +0000
(12:05 -0600)
imp/js/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/DimpBase.js
b/imp/js/DimpBase.js
index
7b8ec75
..
453ab3c
100644
(file)
--- 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();