1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

Merge branch '3.2.x'

This commit is contained in:
Oliver Schramm
2017-09-10 15:32:28 +02:00
3 changed files with 27 additions and 0 deletions

View File

@@ -2576,6 +2576,22 @@ class acp_users
break;
default:
/**
* Additional modes provided by extensions
*
* @event core.acp_users_mode_add
* @var string mode New mode
* @var int user_id User id of the user to manage
* @var array user_row Array with user data
* @var array error Array with errors data
* @since 3.2.2-RC1
*/
$vars = array('mode', 'user_id', 'user_row', 'error');
extract($phpbb_dispatcher->trigger_event('core.acp_users_mode_add', compact($vars)));
break;
}
// Assign general variables