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

This commit is contained in:
Peter Goodhall
2020-09-06 16:28:33 +01:00
parent 6d521505b7
commit d58f0ed8b1

View File

@@ -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');