projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
425d5cc
)
Compare the keys, not the values (which are objects).
author
Jan Schneider
<jan@horde.org>
Wed, 18 Aug 2010 09:39:30 +0000
(11:39 +0200)
committer
Jan Schneider
<jan@horde.org>
Wed, 18 Aug 2010 09:39:30 +0000
(11:39 +0200)
imp/lib/Imap/Tree.php
patch
|
blob
|
history
diff --git
a/imp/lib/Imap/Tree.php
b/imp/lib/Imap/Tree.php
index
42c7eaa
..
01f0000
100644
(file)
--- a/
imp/lib/Imap/Tree.php
+++ b/
imp/lib/Imap/Tree.php
@@
-1114,7
+1114,7
@@
class IMP_Imap_Tree implements ArrayAccess
$this->_initPollList();
$plist = $prune
- ? array_values(array_intersect(array_keys($this->_poll),
$this->folderList(
)))
+ ? array_values(array_intersect(array_keys($this->_poll),
array_keys($this->folderList()
)))
: array_keys($this->_poll);
if ($sort) {