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