Fix error if nothing is selected at all in Awards

这个提交包含在:
phl0 2020-03-05 15:16:46 +01:00
父节点 390a9e5e06
当前提交 3f036e91d4
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A

查看文件

@ -223,7 +223,7 @@ class DXCC extends CI_Model {
}
}
if ($dxccMatrix) {
if (isset($dxccMatrix)) {
return $dxccMatrix;
}
else {