Fix error if nothing is selected at all in Awards
这个提交包含在:
父节点
390a9e5e06
当前提交
3f036e91d4
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -223,7 +223,7 @@ class DXCC extends CI_Model {
|
|||
}
|
||||
}
|
||||
|
||||
if ($dxccMatrix) {
|
||||
if (isset($dxccMatrix)) {
|
||||
return $dxccMatrix;
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
正在加载…
在新工单中引用