From 1940f0c73050aac1e34c13814b7c405282723017 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Wed, 2 Sep 2020 11:46:54 +0100 Subject: [PATCH] typo on isset --- 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 c8040ff7..85d5f62b 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -180,7 +180,7 @@ class Lotw extends CI_Controller { $data['station_profile'] = $station_profile; $data['lotw_cert_info'] = $this->LotwCert->lotw_cert_details($station_profile->station_callsign); - if(!iset($data['lotw_cert_info']->cert_dxcc)) { + if(!isset($data['lotw_cert_info']->cert_dxcc)) { continue; }