[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); return preg_replace('#^(?:user_|group_)#', '', $key);
}, },
$row $keys
); );
return array_combine($keys, $values); return array_combine($keys, $values);