diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 5a1da427..88d8f114 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -513,7 +513,7 @@ class Lotw extends CI_Controller { unlink($filepath); - if(isset($data['lotw_table_headers']) { + if(isset($data['lotw_table_headers'])) { $data['page_title'] = "LoTW ADIF Information"; $this->load->view('interface_assets/header', $data); $this->load->view('lotw/analysis');