mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge branch 'develop-ascraeus' into develop
This commit is contained in:
commit
7b84b8bba8
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ class acp_users
|
||||||
* @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 error Array holding error messages
|
* @var array error Array holding error messages
|
||||||
* @since 3.1.3
|
* @since 3.1.3-RC1
|
||||||
*/
|
*/
|
||||||
$vars = array('user_row', 'mode', 'action', 'submit', 'error');
|
$vars = array('user_row', 'mode', 'action', 'submit', 'error');
|
||||||
extract($phpbb_dispatcher->trigger_event('core.acp_users_overview_before', compact($vars)));
|
extract($phpbb_dispatcher->trigger_event('core.acp_users_overview_before', compact($vars)));
|
||||||
|
|
Loading…
Add table
Reference in a new issue