* Delete unused code.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user