commit | 06508c43fbf5764755ca3a00e64e141a20d9ddff | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Mon Sep 18 08:18:08 2006 +0000 |
committer | admin <devnull@localhost> | Mon Sep 18 08:18:08 2006 +0000 |
tree | da430d9cca756da7d6ab5eca47a3ad00cdd62021 | |
parent | 15c2bcc24c4b4f4999c5dc73eab57b9b3a6f942e [diff] |
diff --git a/system/codeigniter/CodeIgniter.php b/system/codeigniter/CodeIgniter.php index 09cdcbf..5146c80 100644 --- a/system/codeigniter/CodeIgniter.php +++ b/system/codeigniter/CodeIgniter.php
@@ -86,7 +86,7 @@ if ($EXT->_call_hook('cache_override') === FALSE) { - if ($OUT->_display_cache() == TRUE) + if ($OUT->_display_cache($CFG, $RTR) == TRUE) { exit; }