修正链接跳转

This commit is contained in:
joyqi 2013-12-10 15:41:26 +08:00
parent c21474545c
commit 19a9ebb8a0

View File

@ -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);