mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/13817] Change trgger_event to dispatch
Fix no event parameters PHPBB3-13817
This commit is contained in:
@@ -1081,7 +1081,7 @@ class session
|
||||
* @event core.session_gc
|
||||
* @since 3.1.5-RC1
|
||||
*/
|
||||
$phpbb_dispatcher->trigger_event('core.session_gc');
|
||||
$phpbb_dispatcher->dispatch('core.session_gc');
|
||||
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user