mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[feature/avatars] Remove trailing whitespace from avatar code
PHPBB3-10018
This commit is contained in:
@@ -343,7 +343,6 @@ class acp_groups
|
|||||||
if ($result && empty($avatar_error))
|
if ($result && empty($avatar_error))
|
||||||
{
|
{
|
||||||
$result['avatar_type'] = $driver_name;
|
$result['avatar_type'] = $driver_name;
|
||||||
|
|
||||||
$submit_ary = array_merge($submit_ary, $result);
|
$submit_ary = array_merge($submit_ary, $result);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user