projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
702c99f
)
Fix copy/paste error
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 18 Mar 2010 05:36:02 +0000
(23:36 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 18 Mar 2010 05:36:02 +0000
(23:36 -0600)
imp/lib/Application.php
patch
|
blob
|
history
diff --git
a/imp/lib/Application.php
b/imp/lib/Application.php
index
d189e41
..
3a11ae4
100644
(file)
--- a/
imp/lib/Application.php
+++ b/
imp/lib/Application.php
@@
-102,7
+102,7
@@
class IMP_Application extends Horde_Registry_Application
$binders = array(
'IMP_Folder' => new IMP_Injector_Binder_Folder(),
'IMP_Imap_Tree' => new IMP_Injector_Binder_Imaptree(),
- 'IMP_Sentmail' => new IMP_Injector_Binder_
Imaptree
()
+ 'IMP_Sentmail' => new IMP_Injector_Binder_
Sentmail
()
);
foreach ($binders as $key => $val) {