aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/acp/acp_profile.php')
-rw-r--r--phpBB/includes/acp/acp_profile.php26
1 files changed, 0 insertions, 26 deletions
diff --git a/phpBB/includes/acp/acp_profile.php b/phpBB/includes/acp/acp_profile.php
index 1dcabfc1f1..3a14640854 100644
--- a/phpBB/includes/acp/acp_profile.php
+++ b/phpBB/includes/acp/acp_profile.php
@@ -1250,30 +1250,4 @@ class acp_profile
}
}
-/**
-* @package module_install
-*/
-class acp_profile_info
-{
- function module()
- {
- return array(
- 'filename' => 'acp_profile',
- 'title' => 'ACP_CUSTOM_PROFILE_FIELDS',
- 'version' => '1.0.0',
- 'modes' => array(
- 'profile' => array('title' => 'ACP_CUSTOM_PROFILE_FIELDS', 'auth' => 'acl_a_profile'),
- ),
- );
- }
-
- function install()
- {
- }
-
- function uninstall()
- {
- }
-}
-
?> \ No newline at end of file