Allow adding downloadurl to queued versions

This commit is contained in:
Alexander Nicolaysen Sørnes
2008-10-03 13:20:45 +02:00
committed by Chris Morgan
parent e86ccd1390
commit 2071227895
2 changed files with 15 additions and 1 deletions

View File

@@ -63,6 +63,11 @@ class downloadurl
return $sReturn;
}
public function objectSetParent($iId, $sClass = 'version')
{
$this->iVersionId = $iId;
}
function objectGetChildren($bIncludeDeleted = false)
{
/* We have none */