From e5f0eb03e81023e7417f51e50c40013b88d3a658 Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Fri, 24 Nov 2023 13:08:40 +0100 Subject: [PATCH] Fixed variable typo in LoTW --- application/controllers/Lotw.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 7a49a055..13998bc4 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -435,7 +435,7 @@ class Lotw extends CI_Controller { // Read Cert Data $certdata= openssl_x509_parse($results['cert'],0); - + // Store Variables $data['issued_callsign'] = $certdata['subject']['undefined']; $data['issued_name'] = $certdata['subject']['commonName']; @@ -637,7 +637,7 @@ class Lotw extends CI_Controller { $config['upload_path'] = './uploads/'; $file = $config['upload_path'] . 'lotwreport_download.adi'; if (file_exists($file) && ! is_writable($file)) { - $result.= "Temporary download file ".$file." is not writable. Aborting!"; + $results .= "Temporary download file ".$file." is not writable. Aborting!"; } // Get credentials for LoTW