Mailer.php
authorAlan Knowles <alan@roojs.com>
Fri, 8 Dec 2017 04:56:57 +0000 (12:56 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 8 Dec 2017 04:56:57 +0000 (12:56 +0800)
Mailer.php

index 4850e79..199499c 100644 (file)
@@ -137,6 +137,7 @@ class Pman_Core_Mailer {
         $tmp_opts = array(
            // 'forceCompile' => true,
             'site_prefix' => false,
+            'multiSource' => true,
         );
         if (!empty($this->templateDir)) {
             $tmp_opts['templateDir'] = $this->templateDir;