merged branch fixe/patch-7 (PR #5272)

Commits
-------

4b5adcd Typo in UPGRADE-2.1

Discussion
----------

Typo in UPGRADE-2.1
This commit is contained in:
Fabien Potencier 2012-08-16 19:56:14 +02:00
commit 72550ce287
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
* The current locale for the user is not stored anymore in the session
You can simulate the old behavior by registering a listener that looks like the following, if the paramater which handle locale value in the request is `_locale`:
You can simulate the old behavior by registering a listener that looks like the following, if the parameter which handle locale value in the request is `_locale`:
```
namespace XXX;