Add initial un-delete support
This commit is contained in:
committed by
Chris Morgan
parent
5a31b9d5c8
commit
8c7bd3a5e9
@@ -43,7 +43,7 @@ function test_appData_listSubmittedBy()
|
||||
}
|
||||
|
||||
/* Clean up */
|
||||
if(!$oDownloadUrl->delete())
|
||||
if(!$oDownloadUrl->purge())
|
||||
{
|
||||
$bSuccess = false;
|
||||
error("Failed to delete oDownloadUrl!");
|
||||
|
||||
Reference in New Issue
Block a user