Import/Core_email.php
authorAlan Knowles <alan@roojs.com>
Wed, 3 Mar 2021 09:02:36 +0000 (17:02 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 3 Mar 2021 09:02:36 +0000 (17:02 +0800)
Import/Core_email.php

index 679a9ad..20c0d92 100644 (file)
@@ -67,7 +67,7 @@ class Pman_Core_Import_Core_email extends Pman
        // DB_DataObject::debugLevel(1);
         
         
-        if (empty($opts['raw_contents'])) {
+        if (empty($opts['raw_content'])) {
             $template_name = preg_replace('/\.[a-z]+$/i', '', basename($opts['file']));
 
             if (!file_exists($opts['file'])) {