[feature/avatars] Remove trailing whitespace from avatar code

PHPBB3-10018
This commit is contained in:
Marc Alexander 2013-02-19 12:30:14 +01:00
parent 2302cd7a42
commit a9e0aea4b1
6 changed files with 16 additions and 17 deletions

View file

@ -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);
} }
} }