From 3506bc51fbbcf9013eafebfdba8075474f88046c Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Wed, 17 Sep 2025 12:18:15 +0200 Subject: [PATCH] manual merge PreorderController --- application/Preorder/PreorderController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/Preorder/PreorderController.php b/application/Preorder/PreorderController.php index de366b31d..61b3ee0da 100644 --- a/application/Preorder/PreorderController.php +++ b/application/Preorder/PreorderController.php @@ -1095,6 +1095,7 @@ class PreorderController extends mfBaseController { break; case "denyCancelRequest": $return = $this->denyCancelRequest(); + break; case "getRimoFcpStats": $return = $this->getRimoFcpStatsApi(); break;