mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/13817] Change since
As requested by nickvergessen PHPBB3-13817
This commit is contained in:
parent
4a1f617473
commit
798490bf1d
1 changed files with 1 additions and 1 deletions
|
@ -1555,7 +1555,7 @@ class session
|
|||
* @event core.update_session
|
||||
* @var array session_data Associative array of session keys to be updated
|
||||
* @var array session_id current user's session_id
|
||||
* @since 3.1.4
|
||||
* @since 3.1.5-RC1
|
||||
*/
|
||||
$vars = array('session_data', 'session_id');
|
||||
extract($phpbb_dispatcher->trigger_event('core.update_session', compact($vars)));
|
||||
|
|
Loading…
Add table
Reference in a new issue