Fixes /API/QSO after ADIF improvements (Fixes issue with Pushing ADIF to Cloudlog)

pull/462/head
Peter Goodhall 2020-04-06 11:06:37 +01:00
rodzic 4a94d3ba21
commit a4e89235e3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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);