Remove downloadurl::processFormSingle

This commit is contained in:
Alexander Nicolaysen Sørnes
2008-10-03 13:48:56 +02:00
committed by Chris Morgan
parent 2071227895
commit a57d236392
2 changed files with 2 additions and 34 deletions

View File

@@ -46,9 +46,8 @@ class version_queue
$this->oTestDataQueue->oTestData->iVersionId = $this->oVersion->iVersionId;
$this->oTestDataQueue->create();
$this->oDownloadUrl->processFormSingle($this->oVersion->iVersionId,
$aClean,
$this->oVersion->canEdit());
$this->oDownloadUrl->objectSetParent($this->oVersion->objectGetId());
$this->oDownloadUrl->create();
return TRUE;
}