diff --git a/webapp/controller/ToolsController.class.php b/webapp/controller/ToolsController.class.php index d92b79af..748129d7 100644 --- a/webapp/controller/ToolsController.class.php +++ b/webapp/controller/ToolsController.class.php @@ -582,4 +582,9 @@ class ToolsController extends BaseController { myself()->_callServiceStatic('CircuitRankingService', 'genAndroidData'); } + public function recalcRanking() + { + myself()->_callServiceStatic('CircuitRankingService', 'recalcRanking'); + } + }