Completed
Push — master ( 167e4d...72a789 )
by Gordon
04:06
created
code/model/Comment.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -709,7 +709,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.