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) {