Skip to content

Commit

Permalink
This needs fixing in H6.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jan 15, 2015
1 parent 81c3f21 commit 8e97cb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/Mime/lib/Horde/Mime/Headers.php
Expand Up @@ -34,6 +34,8 @@ class Horde_Mime_Headers
* The default charset to use when parsing text parts with no charset
* information.
*
* @todo Make this a non-static property or pass as parameter to static
* methods in Horde 6.
* @var string
*/
public static $defaultCharset = 'us-ascii';
Expand Down
2 changes: 2 additions & 0 deletions framework/Mime/lib/Horde/Mime/Part.php
Expand Up @@ -51,6 +51,8 @@ class Horde_Mime_Part implements ArrayAccess, Countable, Serializable
* The default charset to use when parsing text parts with no charset
* information.
*
* @todo Make this a non-static property or pass as parameter to static
* methods in Horde 6.
* @var string
*/
public static $defaultCharset = 'us-ascii';
Expand Down

0 comments on commit 8e97cb1

Please sign in to comment.