* adjust code for browse method of release module.

This commit is contained in:
chenfeiCF
2016-03-02 11:11:57 +08:00
parent a4fbf1ddef
commit abfb3f5fa5

View File

@@ -39,7 +39,7 @@ class release extends control
public function browse($productID, $branch = 0)
{
$this->commonAction($productID, $branch);
$products = $this->product->getPairs();
$products = $this->product->getPairs();
$this->session->set('releaseList', $this->app->getURI(true));
$this->view->title = $products[$productID] . $this->lang->colon . $this->lang->release->browse;
$this->view->position[] = $this->lang->release->browse;