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