diff --git a/module/task/zen.php b/module/task/zen.php index 00c7f696f7..47b41016b3 100644 --- a/module/task/zen.php +++ b/module/task/zen.php @@ -199,7 +199,6 @@ class taskZen extends task /* Set menu and related variables. */ if($executionID) { - $this->execution->setMenu($executionID); $execution = $this->execution->getById($executionID); $this->view->title = $execution->name . $this->lang->hyphen . $this->lang->task->batchEdit;