From 5af672f16339b9a40595f4aa13b2b95cc62864f0 Mon Sep 17 00:00:00 2001 From: hujiabin Date: Fri, 21 Oct 2022 16:33:11 +0800 Subject: [PATCH] 1 --- webapp/controller/RankingController.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp/controller/RankingController.class.php b/webapp/controller/RankingController.class.php index edd956bb..4c2db662 100644 --- a/webapp/controller/RankingController.class.php +++ b/webapp/controller/RankingController.class.php @@ -151,7 +151,9 @@ class RankingController extends BaseAuthedController { ), 'property_chg' => $propertyChgService->toDto(), ]); + return; } + $this->_rspErr(1, "The new season hasn't started yet"); } private function internalGetActivityRankData($type)