mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/events] Adding core.acp_profile_edit ledge
PHPBB3-9550
This commit is contained in:
parent
74d3555c4c
commit
f362d374cc
1 changed files with 5 additions and 0 deletions
|
@ -876,6 +876,11 @@ class acp_profile
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$vars = array('field_row', 'visibility_ary', 'exclude');
|
||||||
|
$event = new phpbb_event_data(compact($vars));
|
||||||
|
$phpbb_dispatcher->dispatch('core.acp_profile_edit', $event);
|
||||||
|
extract($event->get_data_filtered($vars));
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue