pull/598/head
Peter Goodhall 2020-09-02 11:46:54 +01:00
rodzic 636af12d66
commit 1940f0c730
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;
}