We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb0c2f commit 23f1017Copy full SHA for 23f1017
1 file changed
application/controllers/Lotw.php
@@ -320,7 +320,7 @@ public function lotw_upload() {
320
echo $station_profile->station_callsign." (".$station_profile->station_profile_name.") Upload Failed"."<br>";
321
}
322
323
- $pos = strpos($result, "<!-- .UPL. accepted -->");
+ $pos = strpos($result, "<!-- .UPL. accepted -->");
324
325
if ($pos === false) {
326
// Upload of TQ8 Failed for unknown reason
0 commit comments