projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a04d974
)
$_SESSION['imp']['server_key'] might not be defined.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 22 Dec 2009 03:31:52 +0000
(22:31 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 22 Dec 2009 03:31:52 +0000
(22:31 -0500)
Not sure if the third check is necessary any more with this change...
imp/lib/Imap.php
patch
|
blob
|
history
diff --git
a/imp/lib/Imap.php
b/imp/lib/Imap.php
index
fc1739a
..
ff30d93
100644
(file)
--- a/
imp/lib/Imap.php
+++ b/
imp/lib/Imap.php
@@
-127,6
+127,7
@@
class IMP_Imap
}
if (empty($_SESSION['imp']) ||
+ empty($_SESSION['imp']['server_key']) ||
empty($_SESSION['imp']['imap_ob'][$_SESSION['imp']['server_key']])) {
return false;
}