Mailer.php
authorjohn <john@roojs.com>
Wed, 8 Nov 2017 09:53:25 +0000 (17:53 +0800)
committerjohn <john@roojs.com>
Wed, 8 Nov 2017 09:53:25 +0000 (17:53 +0800)
Mailer.php

index 06e42b0..492c3a4 100644 (file)
@@ -138,6 +138,8 @@ class Pman_Core_Mailer {
            // 'forceCompile' => true,
             'site_prefix' => false,
         );
+        
+        var_dump($this->templateDir);exit;
         if (!empty($this->templateDir)) {
             $tmp_opts['templateDir'] = $this->templateDir;
         }