* Fix bug#1736.

This commit is contained in:
xieqiyu
2022-04-24 10:48:14 +08:00
parent d484790e8a
commit f5a269af8a

View File

@@ -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);
}