summaryrefslogtreecommitdiffstats
path: root/system/libraries/Parser.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/libraries/Parser.php')
-rw-r--r--system/libraries/Parser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Parser.php b/system/libraries/Parser.php
index 86e8e787e..011d9598a 100644
--- a/system/libraries/Parser.php
+++ b/system/libraries/Parser.php
@@ -66,7 +66,7 @@ class CI_Parser {
if ($return == FALSE)
{
- $CI->output->final_output = $template;
+ $CI->output->append_output($template);
}
return $template;