// Use protected instead of private for classes we can override #PSCFV-1976
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ class ProfileCore extends ObjectModel
|
||||
),
|
||||
);
|
||||
|
||||
private static $_cache_accesses = array();
|
||||
protected static $_cache_accesses = array();
|
||||
|
||||
/**
|
||||
* Get all available profiles
|
||||
|
||||
Reference in New Issue
Block a user