From 4840bc822de5726261138f2b0291780eb081ab06 Mon Sep 17 00:00:00 2001 From: int2001 Date: Mon, 31 Jul 2023 09:44:27 +0000 Subject: [PATCH] Comments added (testing branch/merge/PR-Issue) --- application/controllers/Webadif.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Webadif.php b/application/controllers/Webadif.php index 7d1f5b48..7a98b0f9 100644 --- a/application/controllers/Webadif.php +++ b/application/controllers/Webadif.php @@ -21,7 +21,7 @@ class Webadif extends CI_Controller { foreach ($station_ids as $station) { $webadif_api_key = $station->webadifapikey; $webadif_api_url = $station->webadifapiurl; - if ($this->mass_upload_qsos($station->station_id, $webadif_api_key, $webadif_api_url, true)) { + if ($this->mass_upload_qsos($station->station_id, $webadif_api_key, $webadif_api_url, true)) { // When called via cron it is trusted echo "QSOs have been uploaded to QO-100 Dx Club."; log_message('info', 'QSOs have been uploaded to QO-100 Dx Club.'); } else {