From 7fee2aeea3c8f79c1130fea71555fc1031f74ab9 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Mon, 6 May 2013 22:44:19 +1200 Subject: [PATCH] Defining static as private for 3.1+ --- code/model/Subsite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/model/Subsite.php b/code/model/Subsite.php index 5ef97ee..c49f4af 100644 --- a/code/model/Subsite.php +++ b/code/model/Subsite.php @@ -83,7 +83,7 @@ class Subsite extends DataObject implements PermissionProvider { * Corresponds to subfolder names within the /themes folder. By default, all themes contained in this folder * are listed. */ - protected static $allowed_themes = array(); + private static $allowed_themes = array(); /** * @var Boolean If set to TRUE, don't assume 'www.example.com' and 'example.com' are the same.