diff --git a/module/execution/model.php b/module/execution/model.php index ec3a2f4551..3a2008c3cc 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -153,6 +153,7 @@ class executionModel extends model if(!$features['build']) unset($this->lang->execution->menu->build); if(!$features['burn']) unset($this->lang->execution->menu->burn); if(!$features['other']) unset($this->lang->execution->menu->other); + if(!$features['story'] and $this->config->edition == 'open') unset($this->lang->execution->menu->view); if($executions and (!isset($executions[$executionID]) or !$this->checkPriv($executionID))) $this->accessDenied();