Import/Core_email.php
authorjohn <john@roojs.com>
Thu, 28 Dec 2017 07:40:16 +0000 (15:40 +0800)
committerjohn <john@roojs.com>
Thu, 28 Dec 2017 07:40:16 +0000 (15:40 +0800)
Import/Core_email.php

index 6747613..1487db1 100644 (file)
@@ -54,7 +54,6 @@ class Pman_Core_Import_Core_email extends Pman
         $template_name = preg_replace('/\.[a-z]+$/i', '', basename($opts['file']));
         
         if (!file_exists($opts['file'])) {
-            print_r($opts['file']);exit;
             $this->jerr("file does not exist : " . $opts['file']);
         }