projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02dab8d
)
Correct class name to Imp_Imap_Tree
author
Gonçalo Queirós
<goncalo.queiros@portugalmail.net>
Mon, 11 Oct 2010 19:43:26 +0000
(20:43 +0100)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 12 Oct 2010 21:33:09 +0000
(15:33 -0600)
Bug #9302
Signed-off-by: Michael M Slusarz <slusarz@curecanti.org>
imp/lib/Api.php
patch
|
blob
|
history
diff --git
a/imp/lib/Api.php
b/imp/lib/Api.php
index
9afb469
..
7856972
100644
(file)
--- a/
imp/lib/Api.php
+++ b/
imp/lib/Api.php
@@
-75,7
+75,7
@@
class IMP_Api extends Horde_Registry_Api
*/
public function folderlist()
{
- return iterator_to_array(array_keys($GLOBALS['injector']->getInstance('IMP_I
MAP
_Tree')));
+ return iterator_to_array(array_keys($GLOBALS['injector']->getInstance('IMP_I
map
_Tree')));
}
/**