From df4a023a7dba48dd76e2febeaf752e08943002e5 Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Tue, 27 Apr 2021 16:55:07 +0800 Subject: [PATCH] * Fix bug #12426. --- module/execution/model.php | 1 + 1 file changed, 1 insertion(+) 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'; }