commit | 9f44c21a3c90e984becaea3948ebafe90d89ac56 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Wed Oct 10 16:07:17 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Wed Oct 10 16:07:17 2012 +0300 |
tree | d3fed2b0b455fc1debfa62d05873b5fe108daed7 | |
parent | 6c5f751b5ae66800e7ef3f70306a6bcbcdeeabf1 [diff] [blame] |
Changelog entry for previous commit and change default charset for the Email library to whatever the config array says
diff --git a/system/libraries/Email.php b/system/libraries/Email.php index 1b457ae..698cb76 100644 --- a/system/libraries/Email.php +++ b/system/libraries/Email.php
@@ -98,6 +98,8 @@ */ public function __construct($config = array()) { + $this->charset = strtoupper(config_item('charset')); + if (count($config) > 0) { $this->initialize($config);