mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[feature/avatars] Fix error in avatar_manager::clean_row
PHPBB3-10018
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user