mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/13313] Update version in @since tag of event
PHPBB3-13313
This commit is contained in:
parent
3bfd87cda4
commit
c6557e3800
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ class acp_email
|
||||||
* @var array exclude Array with groups which are excluded from group selection
|
* @var array exclude Array with groups which are excluded from group selection
|
||||||
* @var array usernames Usernames which will be displayed in form
|
* @var array usernames Usernames which will be displayed in form
|
||||||
*
|
*
|
||||||
* @since 3.1.3-RC1
|
* @since 3.1.4-RC1
|
||||||
*/
|
*/
|
||||||
$vars = array('template_data', 'exclude', 'usernames');
|
$vars = array('template_data', 'exclude', 'usernames');
|
||||||
extract($phpbb_dispatcher->trigger_event('core.acp_email_display', compact($vars)));
|
extract($phpbb_dispatcher->trigger_event('core.acp_email_display', compact($vars)));
|
||||||
|
|
Loading…
Add table
Reference in a new issue