Automatic download currently needs an ID of where the logins stored (this will be changed)
这个提交包含在:
父节点
6d521505b7
当前提交
d58f0ed8b1
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用