commit | bdcafdfa204b041493707caa277915e00a124eaf | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Tue Mar 28 17:31:09 2017 +0300 |
committer | Andrey Andreev <narf@devilix.net> | Tue Mar 28 17:31:09 2017 +0300 |
tree | 972d5b226f7a4f64e74d111c3bb658dc8f75ca6a | |
parent | 0eb38af2eaf1127b9b82261b7ec3bf4d4b847318 [diff] [blame] |
[ci skip] Fix 5070
diff --git a/system/libraries/Email.php b/system/libraries/Email.php index 955787d..d4b9387 100644 --- a/system/libraries/Email.php +++ b/system/libraries/Email.php
@@ -941,7 +941,7 @@ foreach ($this->_base_charsets as $charset) { - if (strpos($charset, $this->charset) === 0) + if (strpos($this->charset, $charset) === 0) { $this->_encoding = '7bit'; }