Import/Core_email.php
authorAlan Knowles <alan@roojs.com>
Thu, 4 Mar 2021 06:42:29 +0000 (14:42 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 4 Mar 2021 06:42:29 +0000 (14:42 +0800)
Import/Core_email.php

index 33fac96..1a69fd9 100644 (file)
@@ -140,7 +140,7 @@ class Pman_Core_Import_Core_email extends Pman
             $cc =clone($cm);
             $cm->setFrom(array(
                'bodytext'      => !empty($opts['use-file']) ? '' : $parts[2],
-               'plaintext' => 
+               'plaintext' => '',
                'updated_dt'     => date('Y-m-d H:i:s'),
                'use_file' => !empty($opts['use-file']) ? realpath($opts['file']) : '',
             ));