diff options
author | Andrew Podner <a.podner@me.com> | 2012-12-18 19:18:25 +0100 |
---|---|---|
committer | Andrew Podner <a.podner@me.com> | 2012-12-18 19:18:25 +0100 |
commit | 9a171a0f7120e61e8bed44abda4930c5d8eeb256 (patch) | |
tree | 615a3cde7732c0cf555ac274820e8c90f596d8d3 | |
parent | 7747f0a2eecd85285a7f2acd223df6f54b543e0e (diff) |
fixes #2078: formatting / styleguide cleanup (take2)
-rw-r--r-- | 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 338c8b7e6..3a94d97e1 100644 --- a/system/core/Output.php +++ b/system/core/Output.php @@ -782,7 +782,7 @@ class CI_Output { case 'text/css': case 'text/javascript': - $output = $this->_minify_scripts_css($output, $type); + $output = $this->_minify_script_style($output, $type); break; |