MailTemplateList.php
[Pman.Core] / 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)
                     );
                 }