projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b0b22d
)
Fix session variable name
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 30 Nov 2009 03:05:11 +0000
(20:05 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 30 Nov 2009 06:33:14 +0000
(23:33 -0700)
imp/lib/Imap.php
patch
|
blob
|
history
diff --git
a/imp/lib/Imap.php
b/imp/lib/Imap.php
index
07664ba
..
a1e07eb
100644
(file)
--- a/
imp/lib/Imap.php
+++ b/
imp/lib/Imap.php
@@
-326,7
+326,7
@@
class IMP_Imap
public function getNamespaceList()
{
try {
- return $this->_ob->getNamespaces(!empty($_SESSION['imp']['imap
_ext']['namespace']) ? $_SESSION['imp']['imap_ext
']['namespace'] : array());
+ return $this->_ob->getNamespaces(!empty($_SESSION['imp']['imap
']['namespace']) ? $_SESSION['imp']['imap
']['namespace'] : array());
} catch (Horde_Imap_Client_Exception $e) {
// @todo Error handling
return array();