mirror of
https://github.com/typecho/typecho.git
synced 2025-03-20 01:49:40 +01:00
修正链接跳转
This commit is contained in:
parent
c21474545c
commit
19a9ebb8a0
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user