diff options
author | admin <devnull@localhost> | 2006-10-11 01:30:21 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-11 01:30:21 +0200 |
commit | 1b0ab4665720446eee6b03f864bb5576e6065a4a (patch) | |
tree | b7651bbe1190e02fb12788e0e3b4bcde9a4ad11f /system/libraries/Output.php | |
parent | f66de86a85676771d61759fb63e851fc496b0a3b (diff) |
Diffstat (limited to 'system/libraries/Output.php')
-rw-r--r-- | system/libraries/Output.php | 2 |
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'); |