Merge branch 'master_xieqiyu_1736' into 'master'

* Fix bug#1736.

See merge request easycorp/zentaopms!3094
This commit is contained in:
王怡栋
2022-04-24 07:00:20 +00:00
+1 -1
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);
}