From e3ec54f97575fa5c50e53016392be0c71fe4bbbd Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 26 Mar 2024 14:32:32 +0800 Subject: [PATCH] * Fix bug #47283. --- module/task/zen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }