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

index e5360db..3677b90 100644 (file)
@@ -11,7 +11,7 @@ class Pman_Core_MailTemplateList extends Pman_Core_ConvertStyle
         
         $templateDir = explode(PATH_SEPARATOR, $fopts['templateDir']);
         
-        $base = 'http://' . $fopts['host'] . $this->rootURL;
+        $base = 'http://' . $fopts['host'] . $this->rootURL . '/';
         
         print_r($base);exit;
         $ret = array();