1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 23:55:26 +02:00

[feature/php-events] Fix name of event when changing a profile field

PHPBB3-9550
This commit is contained in:
Joas Schilling 2012-06-20 15:43:22 +02:00
parent 0f78b4699a
commit 8637f09b35

View File

@ -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;
}