From 912139de648dbd40ee0eaeabe2cabced1ad7e8ea Mon Sep 17 00:00:00 2001 From: hujiabin Date: Thu, 24 Nov 2022 14:35:16 +0800 Subject: [PATCH] 1 --- webapp/controller/BattleController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/BattleController.class.php b/webapp/controller/BattleController.class.php index 1bf65c3e..bd4ba3ec 100644 --- a/webapp/controller/BattleController.class.php +++ b/webapp/controller/BattleController.class.php @@ -246,7 +246,7 @@ class BattleController extends BaseAuthedController { myself()->_rspData($data); } - public function getBattleHistory(){$this->showBattleHistory();die; + public function getBattleHistory(){ $mode = getReqVal('mode', 0); $historyList = BattleHistory::orderBy(BattleHistory::getMyBattleHistoryByMode($mode),'desc'); $data = array();