1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-15 05:14:28 +02:00

[ticket/13439] Update event version to 3.1.3-RC1

PHPBB3-13439
This commit is contained in:
Matt Friedman 2015-01-04 01:38:50 -08:00
parent 179a7a4c71
commit 86f66b5f72

View File

@ -183,7 +183,7 @@ class acp_users
* @var bool submit Do we display the form only
* or did the user press submit
* @var array error Array holding error messages
* @since 3.1.3
* @since 3.1.3-RC1
*/
$vars = array('user_row', 'mode', 'action', 'submit', 'error');
extract($phpbb_dispatcher->trigger_event('core.acp_users_overview_before', compact($vars)));