Add initial un-delete support
This commit is contained in:
committed by
Chris Morgan
parent
5a31b9d5c8
commit
8c7bd3a5e9
@@ -145,6 +145,11 @@ class Bug
|
||||
}
|
||||
}
|
||||
|
||||
function purge()
|
||||
{
|
||||
return $this->delete();
|
||||
}
|
||||
|
||||
/**
|
||||
* Deletes the Bug from the database.
|
||||
* and request its deletion from the filesystem (including the thumbnail).
|
||||
@@ -273,7 +278,7 @@ class Bug
|
||||
return array(null, null, null);
|
||||
}
|
||||
|
||||
function objectGetChildren()
|
||||
function objectGetChildren($bIncludeDeleted = false)
|
||||
{
|
||||
return array();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user