mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
MINOR hide subsite selector in ReportAdmin
This commit is contained in:
parent
2551cd4e1f
commit
b87e3eb61b
@ -96,6 +96,8 @@ class LeftAndMainSubsites extends Extension {
|
||||
}
|
||||
|
||||
public function SubsiteList() {
|
||||
if ($this->owner->class == 'ReportAdmin') return;
|
||||
|
||||
$list = $this->Subsites();
|
||||
|
||||
if(Controller::curr()->hasMethod('getRequest')) $requestSubsiteID = Controller::curr()->getRequest()->getVar('SubsiteID');
|
||||
|
Loading…
Reference in New Issue
Block a user