From c55b02bcee63c0ea4563583e54959b9f068ea9e9 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 18 Sep 2006 07:44:58 +0000 Subject: --- system/libraries/Output.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system/libraries/Output.php') diff --git a/system/libraries/Output.php b/system/libraries/Output.php index 9523599e7..c5a9a6281 100644 --- a/system/libraries/Output.php +++ b/system/libraries/Output.php @@ -191,6 +191,7 @@ class CI_Output { } // Build the file path. The file name is an MD5 hash of the full URI + $obj =& get_instance(); $uri = $obj->config->item('base_url'). $obj->config->item('index_page'). $obj->uri->uri_string(); -- cgit v1.2.3-24-g4f1b