* adjust for load lang.

This commit is contained in:
wangyidong
2021-04-28 09:18:59 +08:00
parent 1e744baa53
commit 33bc4ee8b3
+1 -1
View File
@@ -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';
}