From f6d823ee041caab303a7aba6ecd8c358c6970113 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 17 Sep 2006 18:10:57 +0000 Subject: --- system/libraries/Unit_test.php | 4 ++-- user_guide/general/changelog.html | 3 ++- 2 files changed, 4 insertions(+), 3 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; } // -------------------------------------------------------------------- diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html index eebd91276..b8a399c37 100644 --- a/user_guide/general/changelog.html +++ b/user_guide/general/changelog.html @@ -71,7 +71,7 @@ Change Log
  • Added Hooks feature, enabling you to tap into and modify the inner workings of the framework without hacking the core files.
  • Added the ability to organize controller files into sub-folders. Kudos to Marco for suggesting this (and the next two) feature.
  • Added regular expressions support for routing rules.
  • -
  • Added the ability to remap function calls withing your controllers.
  • +
  • Added the ability to remap function calls within your controllers.
  • Added the ability to replace core system classes with your own classes.
  • Added support for % character in URL.
  • Added the ability to supply full URLs using the anchor() helper function.
  • @@ -111,6 +111,7 @@ Change Log
  • Fixed an incorrectly named variable in the Validation class.
  • Fixed an incorrectly named variable in the URI class.
  • Fixed a bug in the config class that was preventing the base URL from being called properly.
  • +
  • Fixed a bug in the validation class that was not permitting callbacks if the form field was empty.
  • Fixed some MS SQL bugs.
  • Fixed some doc typos.
  • -- cgit v1.2.3-24-g4f1b