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); }