diff options
| author | Igor Wiedler <igor@wiedler.ch> | 2012-04-08 21:29:52 +0200 |
|---|---|---|
| committer | Igor Wiedler <igor@wiedler.ch> | 2012-04-08 21:29:52 +0200 |
| commit | 3b71e81cfba726043063b05cb793e18186143252 (patch) | |
| tree | 3cd21125fa22e33082d2fc30b2bcd70639369ced /phpBB/includes/ucp/ucp_profile.php | |
| parent | 81fb4268cd141259fe5b3bc9ad51adf2e29e0772 (diff) | |
| download | forums-3b71e81cfba726043063b05cb793e18186143252.tar forums-3b71e81cfba726043063b05cb793e18186143252.tar.gz forums-3b71e81cfba726043063b05cb793e18186143252.tar.bz2 forums-3b71e81cfba726043063b05cb793e18186143252.tar.xz forums-3b71e81cfba726043063b05cb793e18186143252.zip | |
[feature/avatars] Simplify clean_row, move it to avatar manager
PHPBB3-10018
Diffstat (limited to 'phpBB/includes/ucp/ucp_profile.php')
| -rw-r--r-- | phpBB/includes/ucp/ucp_profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_profile.php b/phpBB/includes/ucp/ucp_profile.php index 9d22fd4dba..44dc57cfd7 100644 --- a/phpBB/includes/ucp/ucp_profile.php +++ b/phpBB/includes/ucp/ucp_profile.php @@ -557,7 +557,7 @@ class ucp_profile sort($avatar_drivers); // This is normalised data, without the user_ prefix - $avatar_data = phpbb_avatar_driver::clean_row($user->data, phpbb_avatar_driver_interface::FROM_USER); + $avatar_data = phpbb_avatar_manager::clean_row($user->data); if ($submit) { |
