mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-09 09:05:23 +02:00
[feature/php-events] Fix name of event when changing a profile field
PHPBB3-9550
This commit is contained in:
parent
0f78b4699a
commit
8637f09b35
@ -878,7 +878,7 @@ class acp_profile
|
|||||||
}
|
}
|
||||||
|
|
||||||
$vars = array('field_row', 'visibility_ary', 'exclude');
|
$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;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user