diff --git a/module/execution/model.php b/module/execution/model.php index 3cc52f11b6..d7221c2156 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -154,6 +154,7 @@ class executionModel extends model $this->lang->switcherMenu = ''; unset($this->lang->execution->menu->burn); + unset($this->lang->execution->menu->kanban); unset($this->lang->execution->menu->view); unset($this->lang->execution->menu->story); unset($this->lang->execution->menu->qa);