From e349950c53182202cc71e32f333b69e25d90e792 Mon Sep 17 00:00:00 2001 From: FreddleSpl0it Date: Tue, 8 Aug 2023 10:51:09 +0200 Subject: [PATCH] [Web] add missing break --- data/web/json_api.php | 1 + 1 file changed, 1 insertion(+) diff --git a/data/web/json_api.php b/data/web/json_api.php index 0b10bf12..8cbf33e4 100644 --- a/data/web/json_api.php +++ b/data/web/json_api.php @@ -1966,6 +1966,7 @@ if (isset($_GET['query'])) { break; case "identity-provider-test": process_edit_return(identity_provider('test', $attr)); + break; case "cors": process_edit_return(cors('edit', $attr)); break;