diff --git a/webapp/controller/BaseController.class.php b/webapp/controller/BaseController.class.php index 54800748..4eeed3d5 100644 --- a/webapp/controller/BaseController.class.php +++ b/webapp/controller/BaseController.class.php @@ -240,7 +240,7 @@ class BaseController { public function _addLogEx($accountId, $type, $subtype, $params) { - myself()->_addLogEx($accountId, $type, $subtype, $params); + myself()->_callServiceStatic('LogService', 'addGameLogEx', $accountId, $type, $subtype, $params); } public function _getAccountIdByAddress($address)