version: Add and use aTestResults member
This commit is contained in:
committed by
Chris Morgan
parent
729df377f9
commit
69d584ed85
@@ -222,10 +222,9 @@ class version_queue
|
||||
|
||||
function display()
|
||||
{
|
||||
$aVars = array();
|
||||
$aVars['iTestingId'] = 0;
|
||||
|
||||
$this->oVersion->display($aVars, $this->oTestDataQueue->oTestData);
|
||||
/* Cache the test result object as it's not in the DB */
|
||||
$this->oVersion->aTestResults[] = $this->oTestDataQueue->oTestData;
|
||||
$this->oVersion->display();
|
||||
}
|
||||
|
||||
function objectMakeUrl()
|
||||
|
||||
Reference in New Issue
Block a user