mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/13817] Fix empty vars array
PHPBB3-13817
This commit is contained in:
parent
76f7175fc4
commit
af7f62505e
1 changed files with 1 additions and 2 deletions
|
@ -1081,8 +1081,7 @@ class session
|
||||||
* @event core.session_gc
|
* @event core.session_gc
|
||||||
* @since 3.1.5-RC1
|
* @since 3.1.5-RC1
|
||||||
*/
|
*/
|
||||||
$vars = array();
|
extract($phpbb_dispatcher->trigger_event('core.session_gc'));
|
||||||
extract($phpbb_dispatcher->trigger_event('core.session_gc', compact($vars)));
|
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue