* Fix bug.

This commit is contained in:
leiyong
2021-02-04 16:25:02 +08:00
parent 2401cc2b84
commit ab1a5067e0
4 changed files with 6 additions and 0 deletions
+1
View File
@@ -624,6 +624,7 @@ class task extends control
{
$task = $this->task->getById($taskID, true);
if(!$task) die(js::error($this->lang->notFound) . js::locate('back'));
$this->session->PRJ = $task->PRJ;
if($task->fromBug != 0)
{