mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/11201] Rename profilefields class to manager
PHPBB3-11201
This commit is contained in:
@@ -256,7 +256,7 @@ class ucp_profile
|
||||
trigger_error('NO_AUTH_PROFILEINFO');
|
||||
}
|
||||
|
||||
$cp = $phpbb_container->get('profilefields');
|
||||
$cp = $phpbb_container->get('profilefields.manager');
|
||||
|
||||
$cp_data = $cp_error = array();
|
||||
|
||||
|
Reference in New Issue
Block a user