From f5a269af8a5a4593df2b26f99bfcf67f0ca40046 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Sun, 24 Apr 2022 10:48:14 +0800 Subject: [PATCH] * Fix bug#1736. --- module/todo/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/todo/control.php b/module/todo/control.php index f34e92a214..1643aa1001 100644 --- a/module/todo/control.php +++ b/module/todo/control.php @@ -633,7 +633,7 @@ class todo extends control $this->post->set('fields', $fields); $this->post->set('rows', $todos); - $this->post->set('kind', $this->lang->todo->common); + $this->post->set('kind', 'todo'); $this->fetch('file', 'export2' . $this->post->fileType, $_POST); }