Mailer.php
authorAlan Knowles <alan@roojs.com>
Fri, 19 Jul 2013 03:41:45 +0000 (11:41 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 19 Jul 2013 03:41:45 +0000 (11:41 +0800)
Mailer.php

index 3162b23..2b9f8de 100644 (file)
@@ -222,7 +222,7 @@ class Pman_Core_Mailer {
     
     function htmlbodytoCID($html)
     {
-        $dom = new DOMDocument;
+        $dom = new DOMDocument();
         $dom->loadHTML('<?xml encoding="UTF-8">' .$html);
         $imgs= $dom->getElementsByTagName('img');