From 398a8cffa93f79d5b039c3b44969961afc9d2968 Mon Sep 17 00:00:00 2001 From: hujiabin <519660157@qq.com> Date: Fri, 31 May 2024 11:45:08 +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 16157a4c..af3b64b8 100644 --- a/webapp/controller/BattleController.class.php +++ b/webapp/controller/BattleController.class.php @@ -127,7 +127,7 @@ class BattleController extends BaseAuthedController { )); } - public function mobaReport(){ + public function mobaTeamReport(){ error_log('mobaReport'); $userInfo = $this->_getOrmUserInfo(); if (!$userInfo) {