projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
802b8e0
)
Bug #8055: Fix array_keys() location
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 9 Mar 2009 22:33:13 +0000
(16:33 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 9 Mar 2009 22:33:13 +0000
(16:33 -0600)
imp/lib/Imap/Tree.php
patch
|
blob
|
history
diff --git
a/imp/lib/Imap/Tree.php
b/imp/lib/Imap/Tree.php
index
01a68cf
..
352a425
100644
(file)
--- a/
imp/lib/Imap/Tree.php
+++ b/
imp/lib/Imap/Tree.php
@@
-268,7
+268,7
@@
class IMP_Imap_Tree
$this->_changed = false;
$this->_trackdiff = true;
- return array_
keys(array_diff(get_class_vars(__CLASS__), array('_instance')
));
+ return array_
diff(array_keys(get_class_vars(__CLASS__)), array('_instance'
));
}
/**