From 02ff58e4e1a8c982fba2990b08b1c96a67b202e2 Mon Sep 17 00:00:00 2001 From: holan20180123 <56391770@qq.com> Date: Thu, 17 Sep 2020 11:35:17 +0800 Subject: [PATCH] * Finish task #8018. --- module/todo/control.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/todo/control.php b/module/todo/control.php index 831fb5621f..13c4c2ba91 100644 --- a/module/todo/control.php +++ b/module/todo/control.php @@ -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(); }