Lotw.php aktualisieren

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
This commit is contained in:
Joerg (DJ7NT)
2024-12-19 09:59:29 +01:00
committed by GitHub
parent 8e279cef00
commit 7bcf60ca9c

View File

@@ -737,7 +737,7 @@ class Lotw extends CI_Controller {
$raw = file_get_contents("php://input");
try {
$obj = json_decode($raw,true);
} catch (e) {
} catch (Exception $e) {
$ret['status']='failed_wrongcall';
log_message("Error",$ret['status']);
} finally {