From 9a171a0f7120e61e8bed44abda4930c5d8eeb256 Mon Sep 17 00:00:00 2001 From: Andrew Podner Date: Tue, 18 Dec 2012 13:18:25 -0500 Subject: fixes #2078: formatting / styleguide cleanup (take2) --- system/core/Output.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-24-g4f1b