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;