Automatic download currently needs an ID of where the logins stored (this will be changed)

这个提交包含在:
Peter Goodhall 2020-09-06 16:28:33 +01:00
父节点 6d521505b7
当前提交 d58f0ed8b1

查看文件

@ -511,7 +511,7 @@ class Lotw extends CI_Controller {
$this->load->view('interface_assets/footer');
}
public function lotw_download() {
public function lotw_download($user_id) {
$this->load->model('user_model');
$this->load->model('logbook_model');