Use ArrayList instead of DataObjectSet for SS3

This commit is contained in:
Andrew O'Neil 2012-12-17 17:30:14 +13:00 committed by Ingo Schommer
parent b32e243c99
commit 38355adffd
1 changed files with 1 additions and 1 deletions

View File

@ -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) {