From fbf605375324c89bce00309f9ff5bc78e7b49d61 Mon Sep 17 00:00:00 2001 From: Gunnstein Lye Date: Tue, 22 May 2018 13:34:02 +0200 Subject: [PATCH] Correct legacy instructions, site.ini is the best place for this --- doc/upgrade/7.2.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/upgrade/7.2.md b/doc/upgrade/7.2.md index 03280e16026..d717c70ab04 100644 --- a/doc/upgrade/7.2.md +++ b/doc/upgrade/7.2.md @@ -26,9 +26,8 @@ doctrine: ``` Also make the corresponding change in `app/config/dfs/dfs.yml`. -For legacy, in `ezpublish_legacy/settings/i18n.ini`, set the following: +For legacy, in `ezpublish_legacy/settings/site.ini`, set the following: ``` -[CharacterSettings] +[DatabaseSettings] Charset=utf8mb4 -HTTPCharset=utf-8 ```