diff options
author | Mohammad Javad Naderi <mjnaderi@gmail.com> | 2013-09-10 12:33:21 +0200 |
---|---|---|
committer | Mohammad Javad Naderi <mjnaderi@gmail.com> | 2013-09-10 12:33:21 +0200 |
commit | 2c30bd72b46cfdd36878273c5a8d843c7e056d42 (patch) | |
tree | dd7cdc475943b9ff0ee6de212319231915409b03 /user_guide_src/source/libraries | |
parent | c6f5ed16c6a4a146deb40870781442d0936ac33a (diff) | |
parent | b61affdfeb37da0e97fc33a8ffe3ccabb0e47e04 (diff) |
Merge remote-tracking branch 'asli/develop' into patch-1
Diffstat (limited to 'user_guide_src/source/libraries')
-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') { |