summaryrefslogtreecommitdiffstats
path: root/system/core/Output.php
diff options
context:
space:
mode:
authorAndrew Podner <a.podner@me.com>2012-12-18 19:18:25 +0100
committerAndrew Podner <a.podner@me.com>2012-12-18 19:18:25 +0100
commit9a171a0f7120e61e8bed44abda4930c5d8eeb256 (patch)
tree615a3cde7732c0cf555ac274820e8c90f596d8d3 /system/core/Output.php
parent7747f0a2eecd85285a7f2acd223df6f54b543e0e (diff)
fixes #2078: formatting / styleguide cleanup (take2)
Diffstat (limited to 'system/core/Output.php')
-rw-r--r--system/core/Output.php2
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;