From 048c324183528ca1cc6dd775e2f848b2db34c228 Mon Sep 17 00:00:00 2001 From: dameng Date: Wed, 18 Oct 2017 15:22:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E8=B7=AF=E5=BE=84=E5=90=8E=E5=BC=95=E8=B5=B7?= =?UTF-8?q?=E7=9A=84=E7=AE=A1=E7=90=86=E8=AF=84=E8=AE=BA=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E4=B8=8D=E6=AD=A3=E7=A1=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin.php b/Plugin.php index 6b4f9be..de36f2b 100644 --- a/Plugin.php +++ b/Plugin.php @@ -176,7 +176,7 @@ public static function parseComment($comment) 'permalink' => $comment->permalink, 'status' => $comment->status, 'parent' => $comment->parent, - 'manage' => $options->siteUrl . 'admin/manage-comments.php' + 'manage' => $options->siteUrl ."..".__TYPECHO_ADMIN_DIR__."manage-comments.php" ); self::$_isMailLog = in_array('to_log', Helper::options()->plugin('CommentToMail')->other) ? true : false;