* [bug#55409,done,0.2h] Object property call error.

This commit is contained in:
hufangzhou
2024-09-14 14:00:18 +08:00
committed by 王于听
parent 77d50f37ff
commit ebd66a9a6a
+1 -1
View File
@@ -568,7 +568,7 @@ class task extends control
$this->action->logHistory($actionID, $changes);
/* Delete task burn. */
if($this->edition != 'open')
if($this->config->edition != 'open')
{
$this->dao->update(TABLE_BURN)
->set("`consumed` = `consumed` - {$effort->consumed}")