From d58f0ed8b1a3a073fea19e2f92d7248ffad63fbe Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sun, 6 Sep 2020 16:28:33 +0100 Subject: [PATCH] Automatic download currently needs an ID of where the logins stored (this will be changed) --- application/controllers/Lotw.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 275a9804..4480ad4d 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -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');