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

pull/616/head
Peter Goodhall 2020-09-06 16:28:33 +01:00
rodzic 6d521505b7
commit d58f0ed8b1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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