* Delete unused code.

This commit is contained in:
holan20180123
2021-04-02 09:15:01 +08:00
parent e02c9cb584
commit 5f888f7b3f
2 changed files with 0 additions and 6 deletions
-1
View File
@@ -1686,7 +1686,6 @@ class projectModel extends model
if($project->model == 'waterfall')
{
$this->loadModel('execution');
$lang->scrum->menu->execution['link'] = str_replace($lang->executionCommon, $lang->project->stage, $lang->scrum->menu->execution['link']);
$lang->execution->create = str_replace($lang->executionCommon, $lang->project->stage, $lang->execution->create);
$lang->execution->name = str_replace($lang->executionCommon, $lang->project->stage, $lang->execution->name);
$lang->execution->status = str_replace($lang->executionCommon, $lang->project->stage, $lang->execution->status);