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();