projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4c9932
)
Fix constructor call.
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 25 Nov 2008 05:46:41 +0000
(22:46 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 25 Nov 2008 05:46:41 +0000
(22:46 -0700)
imp/lib/Compose.php
patch
|
blob
|
history
diff --git
a/imp/lib/Compose.php
b/imp/lib/Compose.php
index
d859881
..
1bb8a8d
100644
(file)
--- a/
imp/lib/Compose.php
+++ b/
imp/lib/Compose.php
@@
-994,7
+994,8
@@
class IMP_Compose
}
}
} elseif ($this->_pgpAttachPubkey || $this->_attachVCard) {
- $base = new Horde_Mime_Part('multipart/mixed');
+ $base = new Horde_Mime_Part();
+ $base->setType('multipart/mixed');
$base->addPart($textpart);
} else {
$base = $textpart;