* Fix bug#35922.

This commit is contained in:
chaideqing
2023-06-20 15:03:34 +08:00
parent 1de48c431e
commit a991472d96
-1
View File
@@ -254,7 +254,6 @@ class release extends control
$this->view->link = $link;
$this->view->param = $param;
$this->view->orderBy = $orderBy;
$this->view->branchName = $release->productType == 'normal' ? '' : $this->loadModel('branch')->getById($release->branch);
$this->view->storyPager = $storyPager;
$this->view->bugPager = $bugPager;
$this->view->leftBugPager = $leftBugPager;