mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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:
parent
bdfbb9a046
commit
7e29022f1a
@ -45,6 +45,8 @@ class CommentAdmin extends LeftAndMain {
|
|||||||
$title = "<h2>Spam</h2>";
|
$title = "<h2>Spam</h2>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$filter .= ' AND ParentID>0';
|
||||||
|
|
||||||
$tableFields = array(
|
$tableFields = array(
|
||||||
"Name" => "Author",
|
"Name" => "Author",
|
||||||
"Comment" => "Comment",
|
"Comment" => "Comment",
|
||||||
|
Loading…
Reference in New Issue
Block a user