* code for task#1533.

This commit is contained in:
chencongzhi520@gmail.com
2013-07-10 08:45:33 +00:00
parent cf5b49af2f
commit 7537b7a402
+1 -2
View File
@@ -252,8 +252,7 @@ class product extends control
$this->product->setMenu($this->products, $productID);
$productIDList = $this->post->productIDList ? $this->post->productIDList : array();
if(!$productIDList) die(js::locate($this->session->productList, 'parent'));
$productIDList = $this->post->productIDList ? $this->post->productIDList : die(js::locate($this->session->productList, 'parent'));
$this->view->title = $this->lang->product->batchEdit;
$this->view->position[] = $this->lang->product->batchEdit;