mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
Defining static as private for 3.1+
This commit is contained in:
parent
306cb79b19
commit
7fee2aeea3
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user