commit | d5ce50885f9eda623bb681cb77dd667c20bec4fb | [log] [tgz] |
---|---|---|
author | vlakoff <vlakoff@gmail.com> | Fri Apr 25 10:13:04 2014 +0200 |
committer | vlakoff <vlakoff@gmail.com> | Fri Apr 25 10:13:04 2014 +0200 |
tree | 7b901c438612857d6abce486bcf9e86823a52970 | |
parent | 4e35824ca5f89bdd58827360e16f151e6f5cc61b [diff] [blame] |
Minor fixes
diff --git a/system/core/Output.php b/system/core/Output.php index df9ef07..238d223 100644 --- a/system/core/Output.php +++ b/system/core/Output.php
@@ -243,7 +243,7 @@ } $header = 'Content-Type: '.$mime_type - .(empty($charset) ? NULL : '; charset='.$charset); + .(empty($charset) ? '' : '; charset='.$charset); $this->headers[] = array($header, TRUE); return $this;