Fixed empty comments showing in Comment Admin (merged from 2.1.1 branch, r43602)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44211 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew O'Neil 2007-11-04 21:46:36 +00:00
parent bdfbb9a046
commit 7e29022f1a

View File

@ -45,6 +45,8 @@ class CommentAdmin extends LeftAndMain {
$title = "<h2>Spam</h2>";
}
$filter .= ' AND ParentID>0';
$tableFields = array(
"Name" => "Author",
"Comment" => "Comment",