diff options
author | admin <devnull@localhost> | 2006-09-17 20:10:57 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-17 20:10:57 +0200 |
commit | f6d823ee041caab303a7aba6ecd8c358c6970113 (patch) | |
tree | 3b6887ac4f0812ffba4f1e0a8c88a2767dde9a6f /system/libraries | |
parent | c47289a3196587361ac5fbbd8acd216b1ba0b8dc (diff) |
Diffstat (limited to 'system/libraries')
-rw-r--r-- | system/libraries/Unit_test.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/Unit_test.php b/system/libraries/Unit_test.php index bf50350ae..b2f4bf8cd 100644 --- a/system/libraries/Unit_test.php +++ b/system/libraries/Unit_test.php @@ -223,9 +223,9 @@ class CI_Unit_test { * @params string * @return void */ - function set_template($tempalte) + function set_template($template) { - $this->_template = $tempalte; + $this->_template = $template; } // -------------------------------------------------------------------- |