mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
[ticket/13817] Change trgger_event to dispatch
Fix no event parameters PHPBB3-13817
This commit is contained in:
parent
57fa7435ad
commit
afa4c07a13
1 changed files with 1 additions and 1 deletions
|
@ -1081,7 +1081,7 @@ class session
|
||||||
* @event core.session_gc
|
* @event core.session_gc
|
||||||
* @since 3.1.5-RC1
|
* @since 3.1.5-RC1
|
||||||
*/
|
*/
|
||||||
$phpbb_dispatcher->trigger_event('core.session_gc');
|
$phpbb_dispatcher->dispatch('core.session_gc');
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue