projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6af9849
)
typo
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 22 Oct 2010 15:23:02 +0000
(11:23 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 22 Oct 2010 15:23:02 +0000
(11:23 -0400)
Submitted-By: Rui Carneiro <rui.carneiro@portugalmail.net>
Bug: 9333
imp/lib/Compose.php
patch
|
blob
|
history
diff --git
a/imp/lib/Compose.php
b/imp/lib/Compose.php
index
8f030e0
..
83d0539
100644
(file)
--- a/
imp/lib/Compose.php
+++ b/
imp/lib/Compose.php
@@
-399,7
+399,7
@@
class IMP_Compose implements ArrayAccess, Countable, Iterator
}
if ($val) {
- $imp_imap = $injector->getInstance('IMP_Injector_Factory_Imap')->cre
r
ate();
+ $imp_imap = $injector->getInstance('IMP_Injector_Factory_Imap')->create();
$imap_url = $imp_imap->getUtils()->parseUrl(rtrim(ltrim($val, '<'), '>'));
try {