mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12701] Add change
Change back to since Add change PHPBB3-12701
This commit is contained in:
parent
165c5f8f15
commit
152d5fc263
1 changed files with 2 additions and 1 deletions
|
@ -264,7 +264,8 @@ function user_add($user_row, $cp_data = false)
|
|||
* @var array user_row Array of user details submited to user_add
|
||||
* @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-b5
|
||||
* @since 3.1.0-a1
|
||||
* @change 3.1.0-b5
|
||||
*/
|
||||
$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