* Finish task #8018.

This commit is contained in:
holan20180123
2020-09-17 11:35:17 +08:00
parent 3298d24bba
commit 02ff58e4e1
+2 -1
View File
@@ -558,10 +558,11 @@ class todo extends control
$this->post->set('fields', $fields);
$this->post->set('rows', $todos);
$this->post->set('kind', 'todo');
$this->post->set('kind', $this->lang->todo->common);
$this->fetch('file', 'export2' . $this->post->fileType, $_POST);
}
$this->view->fileName = $this->app->user->account . ' - ' . $this->lang->todo->common;
$this->display();
}