DataObjects/Core_email.php
authorjohn <john@roojs.com>
Thu, 11 Jan 2018 08:37:47 +0000 (16:37 +0800)
committerjohn <john@roojs.com>
Thu, 11 Jan 2018 08:37:47 +0000 (16:37 +0800)
DataObjects/Core_email.php

index 9662968..f5c8f00 100644 (file)
@@ -347,6 +347,7 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
         }
         
         if (!empty($content['subject_replace'])) {
+            var_dump('replace');
             foreach ($content['mapping'] as $pattern => $replace) {
                 $content['subject'] = preg_replace($pattern,$replace,$content['subject']);
             }