From 9cd7618fbc923606fe730700a7b7153214ce189d Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Wed, 28 Apr 2021 08:29:25 +0800 Subject: [PATCH] * Remove useless code. --- module/execution/model.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/execution/model.php b/module/execution/model.php index 68f135c88c..ee2c4fb8ce 100644 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -72,7 +72,6 @@ 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';