diff --git a/code/controllers/CMSSettingsController.php b/code/controllers/CMSSettingsController.php index a86ad860..846a7891 100644 --- a/code/controllers/CMSSettingsController.php +++ b/code/controllers/CMSSettingsController.php @@ -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() )) )); }