diff options
author | Andrey Andreev <narf@devilix.net> | 2015-11-25 21:41:40 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-11-26 11:31:30 +0100 |
commit | c34f16d38b669649103853f449a0a6bf138c8601 (patch) | |
tree | 45c8517f3d45dff8151f801b164f3626e98cc16f | |
parent | 7e983df144c7edca97bf4ce3b5e64f4487972262 (diff) |
Merge pull request #4271 from galdiolo/patch-12
[ci skip] Fix file name in documentation
-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 c288cc8c0..dd3ffbbaf 100644 --- a/user_guide_src/source/libraries/form_validation.rst +++ b/user_guide_src/source/libraries/form_validation.rst @@ -116,7 +116,7 @@ this code and save it to your application/views/ folder:: The Controller ============== -Using a text editor, create a controller called form.php. In it, place +Using a text editor, create a controller called Form.php. In it, place this code and save it to your application/controllers/ folder:: <?php |