diff --git a/module/report/control.php b/module/report/control.php index 70de8509a1..fa8921a146 100644 --- a/module/report/control.php +++ b/module/report/control.php @@ -76,8 +76,6 @@ class report extends control */ public function productSummary($conditions = '') { - $this->app->loadLang('product'); - $this->app->loadLang('productplan'); $this->app->loadLang('story'); $this->view->title = $this->lang->report->productSummary; $this->view->position[] = $this->lang->report->productSummary;