Add objectGetChildren() method to classes without child objects
This commit is contained in:
committed by
WineHQ
parent
3c6340e581
commit
faf7d9bb19
@@ -63,6 +63,12 @@ class downloadurl
|
||||
return $sReturn;
|
||||
}
|
||||
|
||||
function objectGetChildren()
|
||||
{
|
||||
/* We have none */
|
||||
return array();
|
||||
}
|
||||
|
||||
/* Output an editor for Download URL fields */
|
||||
function outputEditor($oVersion = null, $sFormAction = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user