test_om_objects: Test unQueue()
This commit is contained in:
committed by
Chris Morgan
parent
663894bed4
commit
1f081f4be1
@@ -249,6 +249,11 @@ class downloadurl
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
function objectGetState()
|
||||
{
|
||||
return ($this->bQueued) ? 'queued' : 'accepted';
|
||||
}
|
||||
|
||||
function canEdit($iVersionId = NULL)
|
||||
{
|
||||
if($_SESSION['current']->hasPriv("admin") ||
|
||||
|
||||
Reference in New Issue
Block a user