diff --git a/module/execution/control.php b/module/execution/control.php index 45bbe05c4f..d8b52ac073 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -3040,7 +3040,7 @@ class execution extends control $fileName = $project->name . ' - ' . $executionConcept; } - if($status != 'bySearch') $fileName = (in_array($status, array('all', 'undone')) ? $this->lang->execution->$status : $this->lang->execution->statusList[$status]) . $executionConcept; + if($status != 'bysearch') $fileName = (in_array($status, array('all', 'undone')) ? $this->lang->execution->$status : $this->lang->execution->statusList[$status]) . $executionConcept; $this->view->fileName = !empty($fileName) ? $fileName : $executionConcept; $this->display(); }