From a79ef3398c38487b6e16254a9bbb96da60e48dcc Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sun, 6 Sep 2020 17:35:45 +0100 Subject: [PATCH] [LoTW] After running /lotw_upload to upload TQ8s download any matches using lotw_download() function --- application/controllers/Lotw.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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');