Skip to content

Commit

Permalink
修正评论分页无效
Browse files Browse the repository at this point in the history
  • Loading branch information
joyqi committed Dec 10, 2013
1 parent d02097d commit c39f6f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions var/Widget/Archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,7 @@ private function checkPermalink()
|| $this->_makeSinglePageAsFrontPage // 自定义首页不处理
|| $this->_invokeByFeed // 不要处理feed
|| 'feed' == $this->parameter->type // 不处理feed
|| 'comment_page' == $this->parameter->type // 不处理comment
|| $this->_invokeFromOutside // 不要处理外部调用
|| !$this->parameter->checkPermalink) { // 强制关闭
return;
Expand Down

0 comments on commit c39f6f3

Please sign in to comment.