commit | 212a3fa070a02c812b84ca937c5cb411400e6f3d | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Sat Sep 23 04:22:39 2006 +0000 |
committer | admin <devnull@localhost> | Sat Sep 23 04:22:39 2006 +0000 |
tree | f178c27240206f444aa88fd6fc74a87ad57518b4 | |
parent | baa581846cbf04b0c225cbb21b0f6138ff805d79 [diff] [blame] |
diff --git a/system/libraries/Parser.php b/system/libraries/Parser.php index b07b64f..17a985f 100644 --- a/system/libraries/Parser.php +++ b/system/libraries/Parser.php
@@ -44,8 +44,6 @@ */ function parse($template, $data, $return = FALSE) { - $OUT =& _load_class('CI_Output'); - $obj =& get_instance(); $template = $obj->load->view($template, $data, TRUE); @@ -68,7 +66,7 @@ if ($return == FALSE) { - $OUT->final_output = $template; + $obj->output->final_output = $template; } return $template;