This commit is contained in:
tianshujie98
2021-04-27 16:55:07 +08:00
parent acd04944e7
commit df4a023a7d
+1
View File
@@ -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';
}