* Finish task #8018.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user