Fix bug link processing
This commit is contained in:
committed by
Chris Morgan
parent
3923392247
commit
3e7ce62dde
@@ -175,8 +175,8 @@ class Bug
|
|||||||
if(!$this->bQueued)
|
if(!$this->bQueued)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if(query_parameters("UPDATE buglinks SET queued = '?' WHERE linkId='?'",
|
if(query_parameters("UPDATE buglinks SET state = '?' WHERE linkId='?'",
|
||||||
"false", $this->iLinkId))
|
'accepted', $this->iLinkId))
|
||||||
{
|
{
|
||||||
$this->bQueued = false;
|
$this->bQueued = false;
|
||||||
// we send an e-mail to interested people
|
// we send an e-mail to interested people
|
||||||
|
|||||||
Reference in New Issue
Block a user