kopia lustrzana https://github.com/magicbug/Cloudlog
Fix LOTW upload response string match
Removed extra space in the LOTW upload response string to correctly detect successful uploads.pull/3294/head
rodzic
ceb0c2ffb2
commit
23f1017433
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue