diff --git a/application/controllers/Eqsl.php b/application/controllers/Eqsl.php index 34e4b5b3..82320ee9 100644 --- a/application/controllers/Eqsl.php +++ b/application/controllers/Eqsl.php @@ -131,6 +131,8 @@ class eqsl extends CI_Controller { } $this->load->model('stations'); + $active_station_id = $this->stations->find_active(); + $station_profile = $this->stations->profile($active_station_id); $active_station_info = $station_profile->row(); // Query the logbook to determine when the last LoTW confirmation was $eqsl_last_qsl_date = $this->logbook_model->eqsl_last_qsl_rcvd_date();