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:30:55 +0200 |
commit | eb7fe6ff9f2de95dabdc9a2a6b39f34e95b40b74 (patch) | |
tree | f2eac300fa55392aa8999a5a1eed65e8a2f7d18f /user_guide_src | |
parent | 8e331cadac892e2a835ce6f3af40aa9587d6d007 (diff) | |
parent | 0dbd848dbc69b74489f1fb4e360e8be785727c76 (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 be6d1f233..140bbc65d 100644 --- a/user_guide_src/source/libraries/form_validation.rst +++ b/user_guide_src/source/libraries/form_validation.rst @@ -1137,4 +1137,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``. |