summaryrefslogtreecommitdiffstats
path: root/system/libraries/Output.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-09-18 09:44:58 +0200
committeradmin <devnull@localhost>2006-09-18 09:44:58 +0200
commitc55b02bcee63c0ea4563583e54959b9f068ea9e9 (patch)
treee7f956260f32a2be2c81d147ec526cd803ded12f /system/libraries/Output.php
parentfd77f5eca4226d608b372e2edc11d7b39b439205 (diff)
Diffstat (limited to 'system/libraries/Output.php')
-rw-r--r--system/libraries/Output.php1
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();