mirror of
https://github.com/silverstripe/silverstripe-environmentcheck
synced 2024-10-22 17:05:40 +02:00
Use ArrayList instead of DataObjectSet for SS3
This commit is contained in:
parent
b32e243c99
commit
38355adffd
@ -99,7 +99,7 @@ class EnvironmentCheckSuiteResult extends ViewableData {
|
||||
|
||||
function __construct() {
|
||||
parent::__construct();
|
||||
$this->details = new DataObjectSet();
|
||||
$this->details = new ArrayList();
|
||||
}
|
||||
|
||||
function addResult($status, $message, $checkIdentifier) {
|
||||
|
Loading…
Reference in New Issue
Block a user