Fix handling of queued downloadurls
This commit is contained in:
committed by
Chris Morgan
parent
ecbfa84600
commit
e86ccd1390
@@ -69,6 +69,7 @@ class version_queue
|
||||
function update()
|
||||
{
|
||||
$this->oVersion->update();
|
||||
$this->oDownloadUrl->update();
|
||||
$this->oTestDataQueue->update();
|
||||
}
|
||||
|
||||
@@ -195,6 +196,7 @@ class version_queue
|
||||
{
|
||||
$this->oVersion->iAppId = $aClean['iAppId'];
|
||||
$this->oVersion->getOutputEditorValues($aClean);
|
||||
$this->oDownloadUrl->getOutputEditorValues($aClean);
|
||||
$this->oTestDataQueue->getOutputEditorValues($aClean);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user