Explorar o código

取消作者评论展示

wqg hai 3 semanas
pai
achega
a7441fced3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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]
         );
     }