mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 02:48:56 +00:00
[ticket/13429] Fix @change tags without description
PHPBB3-13429
This commit is contained in:
parent
c2836725f9
commit
2f1d2e847e
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ function user_add($user_row, $cp_data = false, $notifications_data = null)
|
|||
* @var array cp_data Array of Custom profile fields submited to user_add
|
||||
* @var array sql_ary Array of data to be inserted when a user is added
|
||||
* @since 3.1.0-a1
|
||||
* @change 3.1.0-b5
|
||||
* @change 3.1.0-b5 Added user_row and cp_data
|
||||
*/
|
||||
$vars = array('user_row', 'cp_data', 'sql_ary');
|
||||
extract($phpbb_dispatcher->trigger_event('core.user_add_modify_data', compact($vars)));
|
||||
|
|
Loading…
Add table
Reference in a new issue