summaryrefslogtreecommitdiffstats
path: root/system/core/Loader.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/core/Loader.php')
-rw-r--r--system/core/Loader.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Loader.php b/system/core/Loader.php
index 5d4b25994..4b6b19eea 100644
--- a/system/core/Loader.php
+++ b/system/core/Loader.php
@@ -703,7 +703,7 @@ class CI_Loader {
}
else
{
- $_ci_CI->append_output(ob_get_contents());
+ $_ci_CI->output->append_output(ob_get_contents());
@ob_end_clean();
}
}