From 19a9ebb8a068088e3d3c42999a7166dc6f76a909 Mon Sep 17 00:00:00 2001 From: joyqi Date: Tue, 10 Dec 2013 15:41:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=93=BE=E6=8E=A5=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- var/Widget/Archive.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/Widget/Archive.php b/var/Widget/Archive.php index 42552643..bf02b5c5 100644 --- a/var/Widget/Archive.php +++ b/var/Widget/Archive.php @@ -720,7 +720,7 @@ class Widget_Archive extends Widget_Abstract_Contents { if ('comment_page' == $this->parameter->type) { $params = array(); - $matched = Typecho_Router::match($this->request->permalink); + $matched = Typecho_Router::match($this->request->permalink, 'checkPermalink=0'); if ($matched && $matched instanceof Widget_Archive && $matched->is('single')) { $this->import($matched);