소스 검색

取消作者评论展示

wqg 3 주 전
부모
커밋
a7441fced3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      var/Widget/Comments/Recent.php

+ 1 - 1
var/Widget/Comments/Recent.php

@@ -27,7 +27,7 @@ class Recent extends Comments
     protected function initParameter(Config $parameter)
     {
         $parameter->setDefault(
-            ['pageSize' => $this->options->commentsListSize, 'parentId' => 0, 'ignoreAuthor' => false]
+            ['pageSize' => $this->options->commentsListSize, 'parentId' => 0, 'ignoreAuthor' => true]
         );
     }