MINOR: Removed obsolete Subsite::$use_domain option (from r80858)

This commit is contained in:
Tom Rix 2010-03-01 02:49:42 +00:00
parent 6df861e2b5
commit 1473c18535

View File

@ -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)',