Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
bug #646 Pass charsetChanged() call to the safeEncoder (koku)
Browse files Browse the repository at this point in the history
This PR was merged into the 5.x branch.

Discussion
----------

Pass charsetChanged() call to the safeEncoder

As mentioned in issue #645 we've created a fix to pass the charsetChanged call over to the safeEncoder.

Commits
-------

b06aa60 Pass charsetChanged() call to the safeEncoder
  • Loading branch information
fabpot committed Sep 3, 2015
2 parents f66e865 + b06aa60 commit 53de923
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -61,6 +61,7 @@ public function __clone()
public function charsetChanged($charset)
{
$this->charset = $charset;
$this->safeEncoder->charsetChanged($charset);
}

/**
Expand Down

0 comments on commit 53de923

Please sign in to comment.