diff options
author | Ahmedul Haque Abid <a_h_abid@hotmail.com> | 2014-01-09 11:01:31 +0100 |
---|---|---|
committer | Ahmedul Haque Abid <a_h_abid@hotmail.com> | 2014-01-09 11:01:31 +0100 |
commit | ea29488b99f28b32887f0cb1e939c5f34e418d0d (patch) | |
tree | 54cd5b0be14cad9ec5e39d77c2e2cedbf357dabd /user_guide_src/source | |
parent | e9b0ccc3a686772b5b26c5b6d0ae2f35d48fb4c3 (diff) |
Changed the rest of 'error_msg' to 'errors'
Diffstat (limited to 'user_guide_src/source')
-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 00f7c4125..3efdc862b 100644 --- a/user_guide_src/source/libraries/form_validation.rst +++ b/user_guide_src/source/libraries/form_validation.rst @@ -267,7 +267,7 @@ you use this approach, you must name your array keys as indicated:: 'field' => 'password', 'label' => 'Password', 'rules' => 'required', - 'error_msg' => array( + 'errors' => array( 'required' => 'You must provide a %s.', ), ), |