projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8445b8a
)
Bug #9440: tree object was never created in this method
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 9 Dec 2010 18:27:26 +0000
(11:27 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 9 Dec 2010 18:27:26 +0000
(11:27 -0700)
imp/lib/Folder.php
patch
|
blob
|
history
diff --git
a/imp/lib/Folder.php
b/imp/lib/Folder.php
index
4270a93
..
3d6eeda
100644
(file)
--- a/
imp/lib/Folder.php
+++ b/
imp/lib/Folder.php
@@
-230,7
+230,7
@@
class IMP_Folder
}
if (!empty($deleted)) {
- $
imaptree
->rename($deleted, $inserted);
+ $
GLOBALS['injector']->getInstance('IMP_Imap_Tree')
->rename($deleted, $inserted);
$this->_onDelete($deleted);
}