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;