mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
Remove table prefix
This commit is contained in:
parent
c331dedae9
commit
0946332915
@ -27,8 +27,8 @@ class EmptyPagesReport extends Report
|
|||||||
public function sourceRecords($params = null)
|
public function sourceRecords($params = null)
|
||||||
{
|
{
|
||||||
return SiteTree::get()
|
return SiteTree::get()
|
||||||
->exclude('SiteTree.ClassName', RedirectorPage::class)
|
->exclude('ClassName', RedirectorPage::class)
|
||||||
->filter('SiteTree.Content', [null, '', '<p></p>', '<p> </p>'])
|
->filter('Content', [null, '', '<p></p>', '<p> </p>'])
|
||||||
->sort('Title');
|
->sort('Title');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user