aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-08-05 14:50:33 +0200
committerJoas Schilling <nickvergessen@gmx.de>2012-08-05 14:50:33 +0200
commit6571ea1fc8fa636cb418344f87cc7b010dd8f187 (patch)
tree1144c7a8a0dc5a02b20b75ce896e43aceb3ed1ef /phpBB
parent4eefba9b3f59618f78f338aa40a05f39ef8214e9 (diff)
downloadforums-6571ea1fc8fa636cb418344f87cc7b010dd8f187.tar
forums-6571ea1fc8fa636cb418344f87cc7b010dd8f187.tar.gz
forums-6571ea1fc8fa636cb418344f87cc7b010dd8f187.tar.bz2
forums-6571ea1fc8fa636cb418344f87cc7b010dd8f187.tar.xz
forums-6571ea1fc8fa636cb418344f87cc7b010dd8f187.zip
[feature/php-events] Remove event core.acp_profile_field_edit
The currently implemented event is useless and we couldn't find a MOD, which requires editing this file in that position. PHPBB3-9550
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/acp/acp_profile.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/includes/acp/acp_profile.php b/phpBB/includes/acp/acp_profile.php
index d84c4c2ed5..3ffffd3047 100644
--- a/phpBB/includes/acp/acp_profile.php
+++ b/phpBB/includes/acp/acp_profile.php
@@ -30,7 +30,6 @@ class acp_profile
global $config, $db, $user, $auth, $template, $cache;
global $phpbb_root_path, $phpbb_admin_path, $phpEx, $table_prefix;
global $request;
- global $phpbb_dispatcher;
include($phpbb_root_path . 'includes/functions_posting.' . $phpEx);
include($phpbb_root_path . 'includes/functions_user.' . $phpEx);
@@ -877,9 +876,6 @@ class acp_profile
}
}
- $vars = array('field_row', 'visibility_ary', 'exclude');
- extract($phpbb_dispatcher->trigger_event('core.acp_profile_field_edit', compact($vars)));
-
break;
}