MailTemplateList.php
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 09:10:37 +0000 (17:10 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 09:10:37 +0000 (17:10 +0800)
MailTemplateList.php

index 95ed351..55cf50e 100644 (file)
@@ -31,7 +31,7 @@ class Pman_Core_MailTemplateList extends Pman_Core_ConvertStyle
                     
                     $ret[] = array(
                         'file' => $entry,
-                        'content' => $this->convertStyle()
+                        'content' => $this->convertStyle($base, $path, false)
                     );
                 }