typo on isset
这个提交包含在:
父节点
636af12d66
当前提交
1940f0c730
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用