commit | 0de51d86dbae3c640b961203afa588684ace421c | [log] [tgz] |
---|---|---|
author | Rick Ellis <rick.ellis@ellislab.com> | Wed Oct 22 21:36:43 2008 +0000 |
committer | Rick Ellis <rick.ellis@ellislab.com> | Wed Oct 22 21:36:43 2008 +0000 |
tree | 57cfefea5c7f31b4c72aba59b29fea582e30c9b3 | |
parent | e80b20f25521dc538bbdee3f35a31de2c6a931cb [diff] |
Made a change to allow multiple calls to the parser
diff --git a/system/libraries/Parser.php b/system/libraries/Parser.php index 86e8e78..011d959 100644 --- a/system/libraries/Parser.php +++ b/system/libraries/Parser.php
@@ -66,7 +66,7 @@ if ($return == FALSE) { - $CI->output->final_output = $template; + $CI->output->append_output($template); } return $template;