summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/form_validation.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2013-08-28 12:07:05 +0200
committerAndrey Andreev <narf@devilix.net>2013-08-28 12:07:05 +0200
commitac23e210c71807858e98ecdb62185adc5cb75111 (patch)
tree4ccf85f16ac45869429e9991a414e66cb8f8865e /user_guide_src/source/libraries/form_validation.rst
parent4019feb838e3c94c4f0d54474f871aa76bdcc8ff (diff)
[ci skip] Fix a documentation error
Diffstat (limited to 'user_guide_src/source/libraries/form_validation.rst')
-rw-r--r--user_guide_src/source/libraries/form_validation.rst2
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 8b35fdc75..032cff23b 100644
--- a/user_guide_src/source/libraries/form_validation.rst
+++ b/user_guide_src/source/libraries/form_validation.rst
@@ -431,7 +431,7 @@ Here's how your controller should now look::
}
}
- protected function username_check($str)
+ public function username_check($str)
{
if ($str == 'test')
{