Fix version_queue::reject()
This commit is contained in:
committed by
Chris Morgan
parent
cd7aa0fdb5
commit
d0b39672e0
@@ -59,7 +59,7 @@ class version_queue
|
|||||||
{
|
{
|
||||||
$oApp = new application($this->oVersion->iAppId);
|
$oApp = new application($this->oVersion->iAppId);
|
||||||
|
|
||||||
if($oApp->sQueued == "false")
|
if($oApp->objectGetState() == 'accepted')
|
||||||
$this->oVersion->reject();
|
$this->oVersion->reject();
|
||||||
|
|
||||||
if($this->oDownloadUrl->iId)
|
if($this->oDownloadUrl->iId)
|
||||||
|
|||||||
Reference in New Issue
Block a user