Skip to content

Commit

Permalink
Ensure variable gets set correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
benr77 committed Mar 27, 2015
1 parent b5b790e commit 6ad63d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fetch/Message.php
Expand Up @@ -629,8 +629,8 @@ protected function processAddressObject($addresses)
if (isset($address->personal)) {
$currentAddress['name'] = $address->personal;
}
$outputAddresses[] = $currentAddress;
}
$outputAddresses[] = $currentAddress;
}

return $outputAddresses;
Expand Down

0 comments on commit 6ad63d3

Please sign in to comment.