Add initial un-delete support
This commit is contained in:
committed by
Chris Morgan
parent
5a31b9d5c8
commit
8c7bd3a5e9
@@ -86,6 +86,10 @@ class Url {
|
||||
return true;
|
||||
}
|
||||
|
||||
function purge()
|
||||
{
|
||||
return $this->delete();
|
||||
}
|
||||
|
||||
/**
|
||||
* Deletes the url from the database.
|
||||
@@ -506,7 +510,7 @@ class Url {
|
||||
return array(null, null, null);
|
||||
}
|
||||
|
||||
function objectGetChildren()
|
||||
function objectGetChildren($bIncludeDeleted = false)
|
||||
{
|
||||
return array();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user