commit | 1b0ab4665720446eee6b03f864bb5576e6065a4a | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Tue Oct 10 23:30:21 2006 +0000 |
committer | admin <devnull@localhost> | Tue Oct 10 23:30:21 2006 +0000 |
tree | b7651bbe1190e02fb12788e0e3b4bcde9a4ad11f | |
parent | f66de86a85676771d61759fb63e851fc496b0a3b [diff] [blame] |
diff --git a/system/libraries/Output.php b/system/libraries/Output.php index 7e85945..9c48bbb 100644 --- a/system/libraries/Output.php +++ b/system/libraries/Output.php
@@ -300,7 +300,7 @@ 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');