Merge pull request #2897 from int2001/fixDxccSummaryIfEmpty

Fix PHP-Error at DXCC-Summary (Add QSO, bottom) if logbook is empty
这个提交包含在:
Andreas Kristiansen 2024-01-01 11:03:40 +01:00 提交者 GitHub
当前提交 cc59f5744c
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -32,6 +32,7 @@ class Lookup_model extends CI_Model{
}
}
if (!(isset($resultArray))) $resultArray=[];
return $resultArray;
}