aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-06-20 15:43:22 +0200
committerJoas Schilling <nickvergessen@gmx.de>2012-08-01 10:18:49 +0200
commit8637f09b356f2b26a33e9ab2a7d245fb0e016f85 (patch)
tree9e82d5f48272e05d0a2eccfa80f8de2218ac45df
parent0f78b4699acd823f773214497f68840178a8b82e (diff)
downloadforums-8637f09b356f2b26a33e9ab2a7d245fb0e016f85.tar
forums-8637f09b356f2b26a33e9ab2a7d245fb0e016f85.tar.gz
forums-8637f09b356f2b26a33e9ab2a7d245fb0e016f85.tar.bz2
forums-8637f09b356f2b26a33e9ab2a7d245fb0e016f85.tar.xz
forums-8637f09b356f2b26a33e9ab2a7d245fb0e016f85.zip
[feature/php-events] Fix name of event when changing a profile field
PHPBB3-9550
-rw-r--r--phpBB/includes/acp/acp_profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_profile.php b/phpBB/includes/acp/acp_profile.php
index 1b542c2bfb..d84c4c2ed5 100644
--- a/phpBB/includes/acp/acp_profile.php
+++ b/phpBB/includes/acp/acp_profile.php
@@ -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;
}