mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
MINOR: Removed obsolete Subsite::$use_domain option (from r80859)
This commit is contained in:
parent
1473c18535
commit
835208b50f
@ -131,11 +131,6 @@ class Subsite extends DataObject implements PermissionProvider {
|
|||||||
new HiddenField('IsSubsite', '', 1)
|
new HiddenField('IsSubsite', '', 1)
|
||||||
);
|
);
|
||||||
|
|
||||||
// This code needs to be updated to reference the new SS 2.0.3 theme system
|
|
||||||
/* if($themes = SSViewer::getThemes(false))
|
|
||||||
$fields->addFieldsToTab('Root.Configuration', new DropdownField('Theme', 'Theme:', $themes, $this->Theme));
|
|
||||||
*/
|
|
||||||
|
|
||||||
$this->extend('updateCMSFields', $fields);
|
$this->extend('updateCMSFields', $fields);
|
||||||
return $fields;
|
return $fields;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user