projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a6a177
)
Don't do isOpen check when collapsing
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 7 Sep 2010 05:43:11 +0000
(23:43 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 7 Sep 2010 05:43:11 +0000
(23:43 -0600)
imp/lib/Imap/Tree.php
patch
|
blob
|
history
diff --git
a/imp/lib/Imap/Tree.php
b/imp/lib/Imap/Tree.php
index
9e9fb7a
..
2d6da34
100644
(file)
--- a/
imp/lib/Imap/Tree.php
+++ b/
imp/lib/Imap/Tree.php
@@
-422,8
+422,7
@@
class IMP_Imap_Tree implements ArrayAccess, Iterator, Serializable
{
$folder = $this->_convertName($folder);
- if (isset($this->_tree[$folder]) &&
- $this->isOpen($this->_tree[$folder])) {
+ if (isset($this->_tree[$folder])) {
$this->changed = true;
$this->_setOpen($this->_tree[$folder], false);
}