commit | 99888b6847d60d58922037a361c9ff7308a161ca | [log] [tgz] |
---|---|---|
author | Songpol Sripaoeiam <sripaoeiam@gmail.com> | Tue Apr 03 01:25:33 2012 +0700 |
committer | Songpol Sripaoeiam <sripaoeiam@gmail.com> | Tue Apr 03 01:25:33 2012 +0700 |
tree | c59cb9037ed7142d0284ba26b1ef2e2ab721bc6f | |
parent | 8b2044df35165ecb4fb4bb965240df2086ec93f4 [diff] | |
parent | 38c0a72169ffbf002c7f3c7fd3b4fd41f0d75f09 [diff] |
Merge branch 'develop' of github.com:obiconbig/CodeIgniter into develop
diff --git a/system/core/Output.php b/system/core/Output.php index c0de24b..ea39b02 100755 --- a/system/core/Output.php +++ b/system/core/Output.php
@@ -231,7 +231,8 @@ */ public function get_current_content_type() { - foreach ($this->headers as $header){ + foreach ($this->headers as $header) + { if (preg_match('/^Content-Type/', $header[0])) { return str_replace('Content-Type: ', '', $header[0]);