diff --git a/module/execution/model.php b/module/execution/model.php index 4e7f718631..3c10894694 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -111,6 +111,7 @@ class executionModel extends model unset($this->lang->execution->menu->story); unset($this->lang->execution->menu->qa); unset($this->lang->execution->menu->build); + unset($this->lang->execution->menu->burn); } $stageFilter = array('request', 'design', 'review');