commit | 05633d7348b85147a46a7396c3bee1928335fa7a | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Thu Sep 21 17:22:21 2006 +0000 |
committer | admin <devnull@localhost> | Thu Sep 21 17:22:21 2006 +0000 |
tree | 768d109a5094a58c135b3a59bae79c9e7d8bc8d9 | |
parent | a4d35347327c1e9a464696d153ad6f2ec4510283 [diff] [blame] |
diff --git a/system/libraries/Parser.php b/system/libraries/Parser.php index 9f6a814..b07b64f 100644 --- a/system/libraries/Parser.php +++ b/system/libraries/Parser.php
@@ -47,7 +47,7 @@ $OUT =& _load_class('CI_Output'); $obj =& get_instance(); - $template = $obj->load->view($template, '', TRUE); + $template = $obj->load->view($template, $data, TRUE); if ($template == '') {