Allow moving a version to another app
This commit is contained in:
committed by
Alexander Nicolaysen Sørnes
parent
8501de46ac
commit
c7da357a4c
@@ -774,6 +774,11 @@ class version {
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
public function objectSetParent($iNewId, $sClass = '')
|
||||
{
|
||||
$this->iAppId = $iNewId;
|
||||
}
|
||||
|
||||
/* Not standard OM function yet, but will be in the future */
|
||||
public function objectGetParent($sClass = '')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user