Add initial un-delete support
This commit is contained in:
committed by
Chris Morgan
parent
5a31b9d5c8
commit
8c7bd3a5e9
@@ -125,6 +125,10 @@ class screenshot
|
||||
}
|
||||
}
|
||||
|
||||
function purge()
|
||||
{
|
||||
return $this->delete();
|
||||
}
|
||||
|
||||
/**
|
||||
* Deletes the screenshot from the database.
|
||||
@@ -290,7 +294,7 @@ class screenshot
|
||||
return $this->oScreenshotImage->get_width();
|
||||
}
|
||||
|
||||
function objectGetChildren()
|
||||
function objectGetChildren($bIncludeDeleted = false)
|
||||
{
|
||||
/* We have none */
|
||||
return array();
|
||||
|
||||
Reference in New Issue
Block a user