Fix typo
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 30 Jun 2009 05:08:17 +0000 (23:08 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 30 Jun 2009 05:08:17 +0000 (23:08 -0600)
framework/Mime/lib/Horde/Mime/Part.php

index 09edfb8..ed67f49 100644 (file)
@@ -972,7 +972,7 @@ class Horde_Mime_Part
                     $parts[] = $tmp;
                     $part->setEOL($oldEOL);
                 }
-                $text .= $eol . '--' . $boundary . '--' . $eol;
+                $parts[] = $eol . '--' . $boundary . '--' . $eol;
             }
         }