Fixed params when calling webadif via cron
这个提交包含在:
父节点
112d997ca5
当前提交
bc3002bf86
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -49,7 +49,7 @@ class Webadif extends CI_Controller {
|
||||||
*/
|
*/
|
||||||
function mass_upload_qsos($station_id, $webadif_api_key, $webadif_api_url, $trusted = false) {
|
function mass_upload_qsos($station_id, $webadif_api_key, $webadif_api_url, $trusted = false) {
|
||||||
$i = 0;
|
$i = 0;
|
||||||
$data['qsos'] = $this->logbook_model->get_webadif_qsos($station_id, $trusted);
|
$data['qsos'] = $this->logbook_model->get_webadif_qsos($station_id, null, null, $trusted);
|
||||||
$errormessages=array();
|
$errormessages=array();
|
||||||
|
|
||||||
$CI =& get_instance();
|
$CI =& get_instance();
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用