From 21d8663afee1f3e6163db8e7780a5b95fc7e7965 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 17:10:04 +0800 Subject: [PATCH] MailTemplateList.php --- MailTemplateList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MailTemplateList.php b/MailTemplateList.php index e5360dbb..3677b904 100644 --- a/MailTemplateList.php +++ b/MailTemplateList.php @@ -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(); -- 2.39.2