multitype (???) -> multipart

darcs-hash:20080721045119-84dde-fc65941017d3731ec925e4a410c52f756e91d507.gz
This commit is contained in:
Evan Prodromou 2008-07-21 00:51:19 -04:00
parent f538ab414b
commit 2b6ca7b292
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ class MailerDaemon {
$type = $parsed->ctype_primary . '/' . $parsed->ctype_secondary;
if ($parsed->ctype_primary == 'multitype') {
if ($parsed->ctype_primary == 'multipart') {
foreach ($parsed->parts as $part) {
if ($part->ctype_primary == 'text' &&
$part->ctype_secondary == 'plain') {