diff --git a/module/execution/model.php b/module/execution/model.php index a65a6ec287..f74eb77869 100644 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -72,7 +72,7 @@ class executionModel extends model if($execution->type == 'stage') { global $lang; - $this->loadModel('execution'); + $this->app->loadLang('project'); $lang->executionCommon = $lang->project->stage; include $this->app->getModulePath('execution') . 'lang/' . $this->app->getClientLang() . '.php'; }