mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
[ticket/13817] Change trgger_event to dispatch
Fix no event parameters PHPBB3-13817
This commit is contained in:
parent
57fa7435ad
commit
afa4c07a13
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user