aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_users.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-02-02 12:53:29 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-02-02 12:53:29 +0100
commit7bcbdfc1b15e0d014a22c76bb1eab6ccbc3d6dc7 (patch)
treec03b1da1ceb4082149602c21af5e50be795faeb4 /phpBB/includes/acp/acp_users.php
parent514a59ffa7b55b30d9af7aadf8735d6c2dfd48e1 (diff)
downloadforums-7bcbdfc1b15e0d014a22c76bb1eab6ccbc3d6dc7.tar
forums-7bcbdfc1b15e0d014a22c76bb1eab6ccbc3d6dc7.tar.gz
forums-7bcbdfc1b15e0d014a22c76bb1eab6ccbc3d6dc7.tar.bz2
forums-7bcbdfc1b15e0d014a22c76bb1eab6ccbc3d6dc7.tar.xz
forums-7bcbdfc1b15e0d014a22c76bb1eab6ccbc3d6dc7.zip
[ticket/11201] Rename profilefields class to manager
PHPBB3-11201
Diffstat (limited to 'phpBB/includes/acp/acp_users.php')
-rw-r--r--phpBB/includes/acp/acp_users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_users.php b/phpBB/includes/acp/acp_users.php
index beb6fa1960..4153d78ed4 100644
--- a/phpBB/includes/acp/acp_users.php
+++ b/phpBB/includes/acp/acp_users.php
@@ -1344,7 +1344,7 @@ class acp_users
include($phpbb_root_path . 'includes/functions_user.' . $phpEx);
- $cp = $phpbb_container->get('profilefields');
+ $cp = $phpbb_container->get('profilefields.manager');
$cp_data = $cp_error = array();