Prepare for viewing versions using objectManager
This commit is contained in:
committed by
Chris Morgan
parent
43e3e6bebc
commit
93d71f630a
@@ -80,7 +80,9 @@ if( isset($aClean['iAppId']) )
|
||||
{
|
||||
$oVersion = new Version($aClean['iVersionId']);
|
||||
$iTestingId = isset($aClean['iTestingId']) ? $aClean['iTestingId'] : null;
|
||||
$oVersion->display($iTestingId);
|
||||
// header
|
||||
apidb_header("Viewing App: ".version::fullName($oVersion->iVersionId));
|
||||
$oVersion->display($aClean);
|
||||
} else
|
||||
{
|
||||
// Oops! Called with no params, bad llamah!
|
||||
|
||||
Reference in New Issue
Block a user