summaryrefslogtreecommitdiffstats
path: root/system/libraries/Output.php
diff options
context:
space:
mode:
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();