From 954e31ef97369aa1fe597b0c08159967e1b04f8c Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sun, 6 Sep 2020 17:45:13 +0100 Subject: [PATCH] [LOTW] Error in the code --- application/controllers/Lotw.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');