diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 5e32894e..275a9804 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -410,8 +410,6 @@ class Lotw extends CI_Controller { private function loadFromFile($filepath) { - $this->load->model('user_model'); - if(!$this->user_model->authorize(2)) { $this->session->set_flashdata('notice', 'You\'re not allowed to do that!'); redirect('dashboard'); } // Figure out how we should be marking QSLs confirmed via LoTW $query = $query = $this->db->query('SELECT lotw_rcvd_mark FROM config');