This commit is contained in:
wangyidong
2019-11-07 13:53:30 +08:00
parent 7c02a1f88a
commit 98a7da512f
+1 -1
View File
@@ -451,7 +451,7 @@ class product extends control
$this->session->set('productPlanList', $this->app->getURI(true));
$product = $this->dao->findById($productID)->from(TABLE_PRODUCT)->fetch();
if(empty($product)) $this->locate($this->createLink('product', 'index'));
if(empty($product)) $this->locate($this->createLink('product', 'showErrorNone', 'fromModule=product'));
$this->view->title = $product->name . $this->lang->colon . $this->lang->product->roadmap;
$this->view->position[] = html::a($this->createLink($this->moduleName, 'browse'), $product->name);