Update Eqsl.php

pull/386/head
Peter Goodhall 2019-10-18 16:08:27 +01:00
rodzic 89b8f0ea80
commit 132b37f155
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -143,7 +143,7 @@ class eqsl extends CI_Controller {
$eqsl_url .= "&Password=" . $data['user_eqsl_password'];
$eqsl_url .= "&RcvdSince=" . $eqsl_last_qsl_date;
$eqsl_url .= "&QTHNickname=" . $active_station_info['eqslqthnickname'];
$eqsl_url .= "&QTHNickname=" . $active_station_info->eqslqthnickname;
// Pull back only confirmations
$eqsl_url .= "&ConfirmedOnly=1";