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:
parent
1b3cb68c2f
commit
6d994380d7
@ -139,7 +139,7 @@ class phpbb_avatar_manager
|
||||
{
|
||||
return preg_replace('#^(?:user_|group_)#', '', $key);
|
||||
},
|
||||
$row
|
||||
$keys
|
||||
);
|
||||
|
||||
return array_combine($keys, $values);
|
||||
|
Loading…
x
Reference in New Issue
Block a user