From a02b8efe24b48e8b493ef5553499b18cefd35237 Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Sun, 8 Oct 2023 23:12:56 -0400 Subject: [PATCH] * Fix bug #38634. --- module/project/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/project/control.php b/module/project/control.php index a342ad09e4..a6a0fdf317 100755 --- a/module/project/control.php +++ b/module/project/control.php @@ -101,7 +101,7 @@ class project extends control if($this->config->edition != 'open') list($fields, $projects) = $this->loadModel('workflowfield')->appendDataFromFlow($fields, $projects); $this->post->set('fields', $fields); $this->post->set('rows', $projects); - $this->post->set('kind', $this->lang->project->common); + $this->post->set('kind', 'project'); $this->fetch('file', 'export2' . $this->post->fileType, $_POST); }