mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/events] Adding core.acp_users_overview ledge
PHPBB3-9550
This commit is contained in:
parent
365a71d63f
commit
5c0decf4cf
1 changed files with 5 additions and 0 deletions
|
@ -1039,6 +1039,11 @@ class acp_users
|
||||||
'USER_INACTIVE_REASON' => $inactive_reason,
|
'USER_INACTIVE_REASON' => $inactive_reason,
|
||||||
));
|
));
|
||||||
|
|
||||||
|
$vars = array('data', 'check_ary', 'sql_ary', 'user_row', 'quick_tool_ary');
|
||||||
|
$event = new phpbb_event_data(compact($vars));
|
||||||
|
$phpbb_dispatcher->dispatch('core.acp_users_overview', $event);
|
||||||
|
extract($event->get_data_filtered($vars));
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'feedback':
|
case 'feedback':
|
||||||
|
|
Loading…
Add table
Reference in a new issue