summaryrefslogtreecommitdiff
path: root/program/lib/Mail/mimePart.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-02-25 12:43:21 +0000
committeralecpl <alec@alec.pl>2010-02-25 12:43:21 +0000
commite62346c9ba9b27ecf8c7b322ac9d7a4bb25bca48 (patch)
tree00571266fbee4ff3fe7b193513af8064f17aae21 /program/lib/Mail/mimePart.php
parent64608bf2ef7fc5b6cedfb666c5f78a5771c58556 (diff)
- Fix encoding of Return-Receipt-To and Disposition-Notification-To headers (1486515)
Diffstat (limited to 'program/lib/Mail/mimePart.php')
-rw-r--r--program/lib/Mail/mimePart.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Mail/mimePart.php b/program/lib/Mail/mimePart.php
index ce37deb99..7863028c8 100644
--- a/program/lib/Mail/mimePart.php
+++ b/program/lib/Mail/mimePart.php
@@ -436,7 +436,7 @@ class Mail_mimePart
* otherwise you will not be able to add further subparts.
* @access public
*/
- function &addSubPart($body, $params)
+ function &addSubpart($body, $params)
{
$this->_subparts[] = new Mail_mimePart($body, $params);
return $this->_subparts[count($this->_subparts) - 1];