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 r80858)
This commit is contained in:
parent
6df861e2b5
commit
1473c18535
@ -15,13 +15,6 @@ class Subsite extends DataObject implements PermissionProvider {
|
||||
|
||||
static $default_sort = "\"Title\"";
|
||||
|
||||
/**
|
||||
* @var boolean $use_domain Checks for valid domain in addition to subdomain
|
||||
* when searching for a matching page with {@link getSubsiteIDForDomain()}.
|
||||
* By default, only the subdomain has to match.
|
||||
*/
|
||||
static $use_domain = false;
|
||||
|
||||
static $db = array(
|
||||
'Title' => 'Varchar(255)',
|
||||
'RedirectURL' => 'Varchar(255)',
|
||||
|
Loading…
Reference in New Issue
Block a user