mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.3.x'
This commit is contained in:
commit
de6cb282c1
1 changed files with 4 additions and 2 deletions
|
@ -411,11 +411,13 @@ class ucp_register
|
||||||
* @event core.ucp_register_user_row_after
|
* @event core.ucp_register_user_row_after
|
||||||
* @var bool submit Do we display the form only
|
* @var bool submit Do we display the form only
|
||||||
* or did the user press submit
|
* or did the user press submit
|
||||||
|
* @var array data Array with current ucp registration data
|
||||||
* @var array cp_data Array with custom profile fields data
|
* @var array cp_data Array with custom profile fields data
|
||||||
* @var array user_row Array with current ucp registration data
|
* @var array user_row Array with user data that will be inserted
|
||||||
* @since 3.1.4-RC1
|
* @since 3.1.4-RC1
|
||||||
|
* @changed 3.2.10-RC1 Added data array
|
||||||
*/
|
*/
|
||||||
$vars = array('submit', 'cp_data', 'user_row');
|
$vars = array('submit', 'data', 'cp_data', 'user_row');
|
||||||
extract($phpbb_dispatcher->trigger_event('core.ucp_register_user_row_after', compact($vars)));
|
extract($phpbb_dispatcher->trigger_event('core.ucp_register_user_row_after', compact($vars)));
|
||||||
|
|
||||||
// Register user...
|
// Register user...
|
||||||
|
|
Loading…
Add table
Reference in a new issue