From 33bc4ee8b33ddd1bb0bd85136a9b7236ca81c7ee Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 28 Apr 2021 09:18:59 +0800 Subject: [PATCH] * adjust for load lang. --- module/execution/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; }