Mail/mimePart.php
authorjohn <john@roojs.com>
Thu, 12 Jul 2018 12:35:32 +0000 (20:35 +0800)
committerjohn <john@roojs.com>
Thu, 12 Jul 2018 12:35:32 +0000 (20:35 +0800)
Mail/mimePart.php

index 2c733a3..6bfc237 100644 (file)
@@ -160,7 +160,7 @@ class Mail_mimePart
     *
     * @access public
     */
-    function Mail_mimePart($body = '', $params = array())
+    function __construct($body = '', $params = array())
     {
         if (!empty($params['eol'])) {
             $this->_eol = $params['eol'];