aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_profile.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2012-12-27 20:42:05 +0100
committerMarc Alexander <admin@m-a-styles.de>2012-12-27 20:42:05 +0100
commitc865f98dcfe57c3dff231fdf3574f5d3356ab7f5 (patch)
tree4f1674f68da71b3d68ed18a0194a619791f1ad26 /phpBB/includes/ucp/ucp_profile.php
parentea6bf00977a44d437806e87e9cac1b9d5fcef238 (diff)
downloadforums-c865f98dcfe57c3dff231fdf3574f5d3356ab7f5.tar
forums-c865f98dcfe57c3dff231fdf3574f5d3356ab7f5.tar.gz
forums-c865f98dcfe57c3dff231fdf3574f5d3356ab7f5.tar.bz2
forums-c865f98dcfe57c3dff231fdf3574f5d3356ab7f5.tar.xz
forums-c865f98dcfe57c3dff231fdf3574f5d3356ab7f5.zip
[feature/avatars] Some more miscellaneous changes
PHPBB3-10018
Diffstat (limited to 'phpBB/includes/ucp/ucp_profile.php')
-rw-r--r--phpBB/includes/ucp/ucp_profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_profile.php b/phpBB/includes/ucp/ucp_profile.php
index 8ed5aff3e3..3f59cda4a0 100644
--- a/phpBB/includes/ucp/ucp_profile.php
+++ b/phpBB/includes/ucp/ucp_profile.php
@@ -562,7 +562,7 @@ class ucp_profile
if ($config['allow_avatar'] && $auth->acl_get('u_chgavatar'))
{
$phpbb_avatar_manager = $phpbb_container->get('avatar.manager');
- $avatar_drivers = $phpbb_avatar_manager->get_valid_drivers();
+ $avatar_drivers = $phpbb_avatar_manager->get_enabled_drivers();
// This is normalised data, without the user_ prefix
$avatar_data = phpbb_avatar_manager::clean_row($user->data);