diff --git a/module/product/control.php b/module/product/control.php index 6e0820de8d..771f5fd543 100644 --- a/module/product/control.php +++ b/module/product/control.php @@ -78,6 +78,7 @@ class product extends control public function project($status = 'all', $productID = 0, $branch = 0, $involved = 0) { $this->app->loadLang('execution'); + $this->app->loadLang('project'); $this->product->setMenu($productID, $branch); diff --git a/module/product/model.php b/module/product/model.php index 9f34bf7e0b..f7826625f4 100644 --- a/module/product/model.php +++ b/module/product/model.php @@ -436,7 +436,6 @@ class productModel extends model } if($currentMethod == 'report') $currentMethod = 'browse'; - $this->app->loadLang('project'); $currentProductName = $this->lang->product->common; if($productID) {