From 7bcf60ca9c2062e41d59e50e396f2e4e17c7ac90 Mon Sep 17 00:00:00 2001 From: "Joerg (DJ7NT)" Date: Thu, 19 Dec 2024 09:59:29 +0100 Subject: [PATCH] Lotw.php aktualisieren Co-authored-by: Fabian Berg --- application/controllers/Lotw.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 693092155..c7b1be17d 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -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 {