diff --git a/module/productplan/control.php b/module/productplan/control.php index 50a799d61c..86b3479d85 100644 --- a/module/productplan/control.php +++ b/module/productplan/control.php @@ -27,7 +27,7 @@ class productplan extends control $this->lang->product->mainMenuAction = $this->product->getProductMainAction(); $this->loadModel('product'); - $this->app->loadConfig('project'); + $this->app->loadConfig('execution'); $product = $this->product->getById($productID); if(empty($product)) $this->locate($this->createLink('product', 'create')); $this->view->product = $product; diff --git a/module/productplan/view/create.html.php b/module/productplan/view/create.html.php index e969304383..e5d12a7a27 100644 --- a/module/productplan/view/create.html.php +++ b/module/productplan/view/create.html.php @@ -12,7 +12,7 @@ ?> -project->weekend);?> +execution->weekend);?>