diff --git a/code/CommentAdmin.php b/code/CommentAdmin.php index 608daa4f..42913f42 100644 --- a/code/CommentAdmin.php +++ b/code/CommentAdmin.php @@ -45,6 +45,8 @@ class CommentAdmin extends LeftAndMain { $title = "

Spam

"; } + $filter .= ' AND ParentID>0'; + $tableFields = array( "Name" => "Author", "Comment" => "Comment",