commit | f6d823ee041caab303a7aba6ecd8c358c6970113 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Sun Sep 17 18:10:57 2006 +0000 |
committer | admin <devnull@localhost> | Sun Sep 17 18:10:57 2006 +0000 |
tree | 3b6887ac4f0812ffba4f1e0a8c88a2767dde9a6f | |
parent | c47289a3196587361ac5fbbd8acd216b1ba0b8dc [diff] [blame] |
diff --git a/system/libraries/Unit_test.php b/system/libraries/Unit_test.php index bf50350..b2f4bf8 100644 --- a/system/libraries/Unit_test.php +++ b/system/libraries/Unit_test.php
@@ -223,9 +223,9 @@ * @params string * @return void */ - function set_template($tempalte) + function set_template($template) { - $this->_template = $tempalte; + $this->_template = $template; } // --------------------------------------------------------------------