mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Automatic download currently needs an ID of where the logins stored (this will be changed)
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user