summaryrefslogtreecommitdiffstats
path: root/system/libraries/Output.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-11 01:30:21 +0200
committeradmin <devnull@localhost>2006-10-11 01:30:21 +0200
commit1b0ab4665720446eee6b03f864bb5576e6065a4a (patch)
treeb7651bbe1190e02fb12788e0e3b4bcde9a4ad11f /system/libraries/Output.php
parentf66de86a85676771d61759fb63e851fc496b0a3b (diff)
Diffstat (limited to 'system/libraries/Output.php')
-rw-r--r--system/libraries/Output.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Output.php b/system/libraries/Output.php
index 7e859453e..9c48bbb84 100644
--- a/system/libraries/Output.php
+++ b/system/libraries/Output.php
@@ -300,7 +300,7 @@ class CI_Output {
function _display_cache(&$CFG, &$RTR)
{
$CFG =& load_class('Config');
- $RTR =& load_class(('Router');
+ $RTR =& load_class('Router');
$cache_path = ($CFG->item('cache_path') == '') ? BASEPATH.'cache/' : $CFG->item('cache_path');