From 9f437d888943d583e40685637d1429738eae6916 Mon Sep 17 00:00:00 2001 From: hujiabin Date: Mon, 28 Nov 2022 10:54:44 +0800 Subject: [PATCH] 1 --- webapp/controller/EventRankingController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/EventRankingController.class.php b/webapp/controller/EventRankingController.class.php index ce30bf4d..3659a038 100644 --- a/webapp/controller/EventRankingController.class.php +++ b/webapp/controller/EventRankingController.class.php @@ -253,7 +253,7 @@ class EventRankingController extends BaseAuthedController public function settlementRankingAward(){ $id = getReqVal('id', 0); // $currentRankingMeta = mt\EventRanking::getCurrentRanking(); -// $awardList = array(); + $awardList = array(); // if ($currentRankingMeta){ $lastRankingMeta = mt\EventRanking::find($id); if ($lastRankingMeta){