diff options
author | admin <devnull@localhost> | 2006-09-18 09:44:58 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-18 09:44:58 +0200 |
commit | c55b02bcee63c0ea4563583e54959b9f068ea9e9 (patch) | |
tree | e7f956260f32a2be2c81d147ec526cd803ded12f /system | |
parent | fd77f5eca4226d608b372e2edc11d7b39b439205 (diff) |
Diffstat (limited to 'system')
-rw-r--r-- | system/libraries/Output.php | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |