summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
diff options
context:
space:
mode:
authorzoaked <zoaked@users.noreply.github.com>2015-09-26 18:44:10 +0200
committerzoaked <zoaked@users.noreply.github.com>2015-09-26 18:44:10 +0200
commit8ccab5218d318ce14ad3a7d76477a21a8930e269 (patch)
treef4bb6417eb206c9c86d83ffd8e65e17df897d5f4 /user_guide_src/source/libraries
parentbbed8d5429917d5f7b188bcf59d9156e330a7749 (diff)
Removed reset_validation changes that were no longer needed
Diffstat (limited to 'user_guide_src/source/libraries')
-rw-r--r--user_guide_src/source/libraries/form_validation.rst3
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