diff options
author | zoaked <zoaked@users.noreply.github.com> | 2015-09-26 18:44:10 +0200 |
---|---|---|
committer | zoaked <zoaked@users.noreply.github.com> | 2015-09-26 18:44:10 +0200 |
commit | 8ccab5218d318ce14ad3a7d76477a21a8930e269 (patch) | |
tree | f4bb6417eb206c9c86d83ffd8e65e17df897d5f4 /user_guide_src | |
parent | bbed8d5429917d5f7b188bcf59d9156e330a7749 (diff) |
Removed reset_validation changes that were no longer needed
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/libraries/form_validation.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/user_guide_src/source/libraries/form_validation.rst b/user_guide_src/source/libraries/form_validation.rst index 15d9b1cb7..140bbc65d 100644 --- a/user_guide_src/source/libraries/form_validation.rst +++ b/user_guide_src/source/libraries/form_validation.rst @@ -1076,9 +1076,8 @@ Class Reference Permits you to set an array for validation, instead of using the default ``$_POST`` array. - .. php:method:: reset_validation($keep_config = FALSE) + .. php:method:: reset_validation() - :param bool $keep_config: Whether to reset validation rules from config files :returns: CI_Form_validation instance (method chaining) :rtype: CI_Form_validation |