This commit is contained in:
mayue
2021-11-25 14:35:33 +08:00
parent 36afb288d6
commit f92ba845a3
5 changed files with 6 additions and 5 deletions

View File

@@ -175,7 +175,7 @@ class testtask extends control
}
$this->loadModel('project')->setMenu($this->session->project);
$this->lang->modulePageNav = $this->product->select($this->products, $productID, 'testtask', 'browseUnits', $projectID);
$this->lang->modulePageNav = $this->product->select($this->products, $productID, 'testtask', 'browseUnits', "projectID=$projectID");
}
else
{