1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11201] Rename profilefields class to manager

PHPBB3-11201
This commit is contained in:
Joas Schilling
2014-02-02 12:53:29 +01:00
parent 514a59ffa7
commit 7bcbdfc1b1
13 changed files with 33 additions and 33 deletions

View File

@@ -1265,7 +1265,7 @@ $db->sql_freeresult($result);
// Load custom profile fields
if ($config['load_cpf_viewtopic'])
{
$cp = $phpbb_container->get('profilefields');
$cp = $phpbb_container->get('profilefields.manager');
// Grab all profile fields from users in id cache for later use - similar to the poster cache
$profile_fields_tmp = $cp->generate_profile_fields_template('grab', $id_cache);