Skip to content

Commit b72ac0e

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Update session.rst
2 parents a020450 + ac449c0 commit b72ac0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ For example, imagine you're processing a :doc:`form </forms>` submission::
173173
$flashes->add('error', 'Another error');
174174
175175
After processing the request, the controller sets a flash message in the session
176-
and then redirects. The message key (``notice`` in this example) can be anything:
176+
and then redirects. The message key (``warning`` and ``error`` in this example) can be anything:
177177
you'll use this key to retrieve the message.
178178

179179
In the template of the next page (or even better, in your base layout template),

0 commit comments

Comments
 (0)