From ac23e210c71807858e98ecdb62185adc5cb75111 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Wed, 28 Aug 2013 13:07:05 +0300 Subject: [ci skip] Fix a documentation error --- user_guide_src/source/libraries/form_validation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide_src/source') 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') { -- cgit v1.2.3-24-g4f1b