diff --git a/user_guide_src/source/installation/upgrade_430.rst b/user_guide_src/source/installation/upgrade_430.rst index c74d4381bd7c..ff42281bc406 100644 --- a/user_guide_src/source/installation/upgrade_430.rst +++ b/user_guide_src/source/installation/upgrade_430.rst @@ -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)) {