diff options
author | Andrey Andreev <narf@devilix.net> | 2013-08-28 12:07:05 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2013-08-28 12:07:05 +0200 |
commit | ac23e210c71807858e98ecdb62185adc5cb75111 (patch) | |
tree | 4ccf85f16ac45869429e9991a414e66cb8f8865e | |
parent | 4019feb838e3c94c4f0d54474f871aa76bdcc8ff (diff) |
[ci skip] Fix a documentation error
-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 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') { |