mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/avatars] Fix error in avatar_manager::clean_row
PHPBB3-10018
This commit is contained in:
parent
1b3cb68c2f
commit
6d994380d7
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ class phpbb_avatar_manager
|
|||
{
|
||||
return preg_replace('#^(?:user_|group_)#', '', $key);
|
||||
},
|
||||
$row
|
||||
$keys
|
||||
);
|
||||
|
||||
return array_combine($keys, $values);
|
||||
|
|
Loading…
Add table
Reference in a new issue