diff options
author | Songpol Sripaoeiam <sripaoeiam@gmail.com> | 2012-04-02 20:29:28 +0200 |
---|---|---|
committer | Songpol Sripaoeiam <sripaoeiam@gmail.com> | 2012-04-02 20:29:28 +0200 |
commit | 614db07c77e341bfe4bf92d7576f01a6cabd43ff (patch) | |
tree | 56df8a054e01711ecaa83a95372b15b7406b70ec /system/core/Output.php | |
parent | 99888b6847d60d58922037a361c9ff7308a161ca (diff) |
The current name is too wide change to get_content_type()consistent with set_content_type()
Diffstat (limited to 'system/core/Output.php')
-rwxr-xr-x | system/core/Output.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Output.php b/system/core/Output.php index ea39b0223..09d74f0c0 100755 --- a/system/core/Output.php +++ b/system/core/Output.php @@ -229,7 +229,7 @@ class CI_Output { * * @return string */ - public function get_current_content_type() + public function get_content_type() { foreach ($this->headers as $header) { |