1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-25 04:23:38 +01:00

[feature/avatars] Fix error in avatar_manager::clean_row

PHPBB3-10018
This commit is contained in:
Igor Wiedler 2012-06-27 14:48:51 +02:00
parent 1b3cb68c2f
commit 6d994380d7

View File

@ -139,7 +139,7 @@ class phpbb_avatar_manager
{
return preg_replace('#^(?:user_|group_)#', '', $key);
},
$row
$keys
);
return array_combine($keys, $values);