Skip to content

Commit

Permalink
docs: add explanation
Browse files Browse the repository at this point in the history
Co-authored-by: MGatner <[email protected]>
  • Loading branch information
kenjis and MGatner authored Aug 21, 2022
1 parent 8b2a669 commit 515152b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/installation/upgrade_430.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ redirect()->withInput() and Validation Errors
``redirect()->withInput()`` and Validation errors had an undocumented behavior.
If you redirect with ``withInput()``, CodeIgniter stores the validation errors
in the session, and you can get the errors in the redirected page from
a validation object::
a validation object *before a new validation is run*::

// In the controller
if (! $this->validate($rules)) {
Expand Down

0 comments on commit 515152b

Please sign in to comment.