From 0de51d86dbae3c640b961203afa588684ace421c Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Wed, 22 Oct 2008 21:36:43 +0000 Subject: Made a change to allow multiple calls to the parser --- system/libraries/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-24-g4f1b