diff --git a/module/product/control.php b/module/product/control.php index 40249a217a..97464c7a21 100644 --- a/module/product/control.php +++ b/module/product/control.php @@ -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(); } diff --git a/module/product/view/doc.html.php b/module/product/view/doc.html.php index 8fb9cf2449..e68682b71a 100644 --- a/module/product/view/doc.html.php +++ b/module/product/view/doc.html.php @@ -47,7 +47,7 @@ ?>