diff options
author | Andrey Andreev <narf@devilix.net> | 2015-09-29 11:30:55 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-09-29 11:32:07 +0200 |
commit | e837851d3626617ff9f8311c45d26449167d5fa8 (patch) | |
tree | a10c8fd4a6ea4120789fe0fa58ce30fb31dcda5b /user_guide_src | |
parent | 7f5c7533312d38ea922e6068cd097bf694fa3907 (diff) |
Merge pull request #4126 from zoaked/patch-1
Persist config file rules when using FV reset_validation()
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/libraries/form_validation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/form_validation.rst b/user_guide_src/source/libraries/form_validation.rst index 1fde68d73..c288cc8c0 100644 --- a/user_guide_src/source/libraries/form_validation.rst +++ b/user_guide_src/source/libraries/form_validation.rst @@ -1140,4 +1140,4 @@ the following functions: - :php:func:`set_radio()` Note that these are procedural functions, so they **do not** require you -to prepend them with ``$this->form_validation``.
\ No newline at end of file +to prepend them with ``$this->form_validation``. |