Removed an unused Router reference in _display_cache().
diff --git a/system/libraries/Output.php b/system/libraries/Output.php
index 49cfc0a..cc88f40 100644
--- a/system/libraries/Output.php
+++ b/system/libraries/Output.php
@@ -321,10 +321,8 @@
* @access public
* @return void
*/
- function _display_cache(&$CFG, &$RTR)
+ function _display_cache(&$CFG, &$URI)
{
- $URI =& load_class('URI');
-
$cache_path = ($CFG->item('cache_path') == '') ? BASEPATH.'cache/' : $CFG->item('cache_path');
if ( ! is_dir($cache_path) OR ! is_really_writable($cache_path))