mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge pull request #897 from axyr/master
Make Settings Link in CMSSettingsController clickable
This commit is contained in:
commit
d80b822a25
@ -94,7 +94,7 @@ class CMSSettingsController extends LeftAndMain {
|
||||
return new ArrayList(array(
|
||||
new ArrayData(array(
|
||||
'Title' => _t("{$this->class}.MENUTITLE", $defaultTitle),
|
||||
'Link' => false
|
||||
'Link' => ($unlinked) ? false : $this->Link()
|
||||
))
|
||||
));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user