From 77fee9affdd28c647759965aec20028aeb1d8798 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Tue, 22 Jan 2008 21:09:26 +0000 Subject: removed extraneous load of $CFG in _display_cache() --- system/libraries/Output.php | 1 - 1 file changed, 1 deletion(-) (limited to 'system/libraries/Output.php') diff --git a/system/libraries/Output.php b/system/libraries/Output.php index ed9f6f4ff..f98dab5e0 100644 --- a/system/libraries/Output.php +++ b/system/libraries/Output.php @@ -323,7 +323,6 @@ class CI_Output { */ function _display_cache(&$CFG, &$RTR) { - $CFG =& load_class('Config'); $URI =& load_class('URI'); $cache_path = ($CFG->item('cache_path') == '') ? BASEPATH.'cache/' : $CFG->item('cache_path'); -- cgit v1.2.3-24-g4f1b