mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
REVERTED: 96961 fails the test, reverted.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@96966 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
e81b978ecf
commit
ed388aef11
@ -27,7 +27,7 @@ abstract class CMSSiteTreeFilter extends Object {
|
||||
$this->populateIDs();
|
||||
}
|
||||
|
||||
$leftAndMain = new CMSMain();
|
||||
$leftAndMain = new LeftAndMain();
|
||||
$tree = $leftAndMain->getSiteTreeFor('SiteTree', isset($_REQUEST['ID']) ? $_REQUEST['ID'] : 0, null, null, array($this, 'includeInTree'));
|
||||
|
||||
// Trim off the outer tag
|
||||
|
Loading…
Reference in New Issue
Block a user