mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-19 16:11:21 +02:00
[feature/php-events] Fix name of event when changing a profile field
PHPBB3-9550
This commit is contained in:
@@ -878,7 +878,7 @@ class acp_profile
|
||||
}
|
||||
|
||||
$vars = array('field_row', 'visibility_ary', 'exclude');
|
||||
extract($phpbb_dispatcher->trigger_event('core.acp_profile_edit', compact($vars)));
|
||||
extract($phpbb_dispatcher->trigger_event('core.acp_profile_field_edit', compact($vars)));
|
||||
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user