mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Lotw.php aktualisieren
Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user