From a80c0eb249f3d563247515bed011550653615e6f Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 2 Aug 2024 18:52:11 +0800 Subject: [PATCH] 1 --- webapp/controller/BaseAuthedController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/BaseAuthedController.class.php b/webapp/controller/BaseAuthedController.class.php index a3eb6cf5..44baca7a 100644 --- a/webapp/controller/BaseAuthedController.class.php +++ b/webapp/controller/BaseAuthedController.class.php @@ -874,7 +874,7 @@ class BaseAuthedController extends BaseController { die(); } - public function fireEvent($modleName, $eventName, ...$args) + public function _fireEvent($moduleName, $eventName, ...$args) { return myself()->_internalCallModuleStatic('events', $moduleName, $eventName, ...$args); }