mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR Fixed breadcrumbs for CMSSettingsController
This commit is contained in:
parent
d1581c2b9b
commit
fbbbc9f0bc
@ -14,4 +14,13 @@ class CMSSettingsController extends CMSMain {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function Breadcrumbs() {
|
||||||
|
return new ArrayList(array(
|
||||||
|
new ArrayData(array(
|
||||||
|
'Title' => $this->SectionTitle(),
|
||||||
|
'Link' => false
|
||||||
|
))
|
||||||
|
));
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user