@@ -709,7 +709,7 @@ |
||
| 709 | 709 | || ($this->getOption('frontend_moderation') && $parent->canModerateComments()) |
| 710 | 710 | ); |
| 711 | 711 | if (!$showUnmoderated) { |
| 712 | - $list = $list->filter('Moderated', 1); |
|
| 712 | + $list = $list->filter('Moderated', 1); |
|
| 713 | 713 | } |
| 714 | 714 | |
| 715 | 715 | $this->extend('updateReplies', $list); |