From: Chris Date: Tue, 16 Jul 2013 08:59:50 +0000 (+0800) Subject: Mailer.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=44f41fb5041a16761945459a5de55a109c61686a Mailer.php --- diff --git a/Mailer.php b/Mailer.php index b706be61..6b58d688 100644 --- a/Mailer.php +++ b/Mailer.php @@ -93,6 +93,7 @@ class Pman_Core_Mailer { $tmp_opts = array( 'forceCompile' => true, + 'site_prefix' => false, ); if (!empty($this->templateDir)) { $tmp_opts['templateDir'] = $this->templateDir;