mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-30 15:18:51 +00:00
[ticket/12241] Update event name and version match our guidelines
PHPBB3-12241
This commit is contained in:
parent
4b7a718f85
commit
7821cf0257
1 changed files with 4 additions and 6 deletions
|
@ -455,17 +455,15 @@ class acp_board
|
|||
trigger_error('NO_MODE', E_USER_ERROR);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Event to add and/or modify acp_board configurations
|
||||
*
|
||||
* @event core.acp_config_edit_add
|
||||
* @since 3.1-A4
|
||||
* @event core.acp_board_config_edit_add
|
||||
* @since 3.1.0-a4
|
||||
*/
|
||||
$vars = array('display_vars', 'mode', 'submit');
|
||||
extract($phpbb_dispatcher->trigger_event('core.acp_config_edit_add', compact($vars)));
|
||||
|
||||
extract($phpbb_dispatcher->trigger_event('core.acp_board_config_edit_add', compact($vars)));
|
||||
|
||||
if (isset($display_vars['lang']))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue