From 8bb0a2e198364f298444b1a65f0cf693ae64befd Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Thu, 11 May 2023 15:17:52 +0800 Subject: [PATCH] * Update cookie expires time. --- module/execution/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/control.php b/module/execution/control.php index 7c8a00c52f..65abb832d0 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -2680,7 +2680,7 @@ class execution extends control $projectID = $this->loadModel('task')->getProjectID($execution->id); $taskToOpen = $this->cookie->taskToOpen ? $this->cookie->taskToOpen : 0; - helper::setcookie('taskToOpen', 0); + helper::setcookie('taskToOpen', 0, 0); $this->view->title = $this->lang->kanban->view; $this->view->users = $users;