* adjust the doc page.

This commit is contained in:
wangchunsheng
2010-09-12 08:51:12 +00:00
parent 9571588183
commit cd3ffa2daf
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -231,7 +231,6 @@ class product extends control
$this->view->position[] = $this->lang->product->doc;
$this->view->product = $product;
$this->view->docs = $this->loadModel('doc')->getProductDocs($productID);
$this->view->modules = $this->doc->getProductModulePairs();
$this->view->users = $this->loadModel('user')->getPairs('noletter');
$this->display();
}