Fix handling of queued downloadurls

This commit is contained in:
Alexander Nicolaysen Sørnes
2008-10-03 12:53:26 +02:00
committed by Chris Morgan
parent ecbfa84600
commit e86ccd1390
3 changed files with 8 additions and 2 deletions

View File

@@ -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);
}