From 1473c18535e31999bfb0fe0941f463a16e541f96 Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Mon, 1 Mar 2010 02:49:42 +0000 Subject: [PATCH] MINOR: Removed obsolete Subsite::$use_domain option (from r80858) --- code/Subsite.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/code/Subsite.php b/code/Subsite.php index 5d192ae..7b0acbe 100644 --- a/code/Subsite.php +++ b/code/Subsite.php @@ -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)',