Defining static as private for 3.1+

This commit is contained in:
Sean Harvey 2013-05-06 22:44:19 +12:00
parent 306cb79b19
commit 7fee2aeea3
1 changed files with 1 additions and 1 deletions

View File

@ -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.