* Finish task #9009.

This commit is contained in:
holan20180123
2021-01-12 09:57:39 +08:00
parent ed5f574e7f
commit d4844012bd
7 changed files with 6 additions and 7 deletions
-1
View File
@@ -51,7 +51,6 @@ class projectrelease extends control
$this->view->branches = (isset($product->type) and $product->type == 'normal') ? array() : $this->loadModel('branch')->getPairs($productID);
$this->view->branch = $branch;
$this->view->project = $this->loadModel('project')->getById($this->session->PRJ);
$this->product->setMenu($this->product->getPairs(), $productID, $branch, '', '', $this->session->PRJ);
}
/**