diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 0f8804ff..43c77974 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -325,6 +325,12 @@ class Lotw extends CI_Controller { echo "No Station Profiles"; } + /* + | Download QSO Matches from LoTW + */ + + $this->lotw_download(); + } /* @@ -513,7 +519,7 @@ class Lotw extends CI_Controller { $this->load->view('interface_assets/footer'); } - public function lotw_download() { + function lotw_download() { $this->load->model('user_model'); $this->load->model('logbook_model');