commit | 33de9a144aad28763405f8ae2d5c59df5e929b4f | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Thu Sep 28 06:50:16 2006 +0000 |
committer | admin <devnull@localhost> | Thu Sep 28 06:50:16 2006 +0000 |
tree | e774e7aa9eb99b40979cf2b678aea333dc2de3a5 | |
parent | 2296fc3ca61b689a2a486d1d39346424c069dc25 [diff] [blame] |
diff --git a/system/libraries/Output.php b/system/libraries/Output.php index 5a15824..1c3f0d6 100644 --- a/system/libraries/Output.php +++ b/system/libraries/Output.php
@@ -237,8 +237,8 @@ */ function _display_cache(&$CFG, &$RTR) { - $CFG =& _load_class('CI_Config'); - $RTR =& _load_class('CI_Router'); + $CFG =& _load_class('Config'); + $RTR =& _load_class('Router'); $cache_path = ($CFG->item('cache_path') == '') ? BASEPATH.'cache/' : $CFG->item('cache_path');