Fixes /API/QSO after ADIF improvements (Fixes issue with Pushing ADIF to Cloudlog)
这个提交包含在:
父节点
4a94d3ba21
当前提交
a4e89235e3
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -421,7 +421,7 @@ class API extends CI_Controller {
|
|||
break;
|
||||
};
|
||||
|
||||
$this->logbook_model->import($record);
|
||||
$this->logbook_model->import($record, 0, NULL, NULL, NULL);
|
||||
|
||||
};
|
||||
http_response_code(201);
|
||||
|
|
|
|||
正在加载…
在新工单中引用