Fix LOTW upload response string match

Removed extra space in the LOTW upload response string to correctly detect successful uploads.
pull/3294/head
Peter Goodhall 2025-07-17 16:50:39 +01:00
rodzic ceb0c2ffb2
commit 23f1017433
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -320,7 +320,7 @@ class Lotw extends CI_Controller {
echo $station_profile->station_callsign." (".$station_profile->station_profile_name.") Upload Failed"."<br>";
}
$pos = strpos($result, "<!-- .UPL. accepted -->");
$pos = strpos($result, "<!-- .UPL. accepted -->");
if ($pos === false) {
// Upload of TQ8 Failed for unknown reason