Skip to content

Commit

Permalink
Fix Issue #58
Browse files Browse the repository at this point in the history
  • Loading branch information
eXorus committed Jul 9, 2015
1 parent 37098df commit 5d50fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ private function decodeSingleHeader($input)
private function getPartCharset($part)
{
if (isset($part['charset'])) {
return $part['charset'];
return $charset = $this->charset->getCharsetAlias($part['charset']);
} else {
return false;
}
Expand Down

0 comments on commit 5d50fa8

Please sign in to comment.