diff --git a/module/task/zen.php b/module/task/zen.php index f5535cf1a0..27e4b23937 100644 --- a/module/task/zen.php +++ b/module/task/zen.php @@ -1903,7 +1903,7 @@ class taskZen extends task $this->execution->setMenu($executionID); if($this->app->tab == 'project') { - $this->project->setMenu($execution->project); + $this->project->setMenu((int)$execution->project); $this->view->projectID = $execution->project; }