mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02: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)
|
||||
{
|
||||
return SiteTree::get()
|
||||
->exclude('SiteTree.ClassName', RedirectorPage::class)
|
||||
->filter('SiteTree.Content', [null, '', '<p></p>', '<p> </p>'])
|
||||
->exclude('ClassName', RedirectorPage::class)
|
||||
->filter('Content', [null, '', '<p></p>', '<p> </p>'])
|
||||
->sort('Title');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user