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