Allow adding downloadurl to queued versions
This commit is contained in:
committed by
Chris Morgan
parent
e86ccd1390
commit
2071227895
@@ -63,6 +63,11 @@ class downloadurl
|
||||
return $sReturn;
|
||||
}
|
||||
|
||||
public function objectSetParent($iId, $sClass = 'version')
|
||||
{
|
||||
$this->iVersionId = $iId;
|
||||
}
|
||||
|
||||
function objectGetChildren($bIncludeDeleted = false)
|
||||
{
|
||||
/* We have none */
|
||||
|
||||
Reference in New Issue
Block a user