From 1a5a163d4fc9f472bd4653e73cd4b698c364d61f Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 21 Nov 2020 15:18:47 +0100 Subject: [PATCH] =?UTF-8?q?fix=20config=20titre=20r=C3=A9cup=C3=A9ration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index ca885e77..df82d362 100755 --- a/core/core.php +++ b/core/core.php @@ -1552,7 +1552,7 @@ class common { $this->setData(['locale','legalPageId',$this->getData(['config','legalPageId'])]); $this->setData(['locale','searchPageId',$this->getData(['config','searchPageId'])]); $this->setData(['locale','metaDescription',$this->getData(['config','metaDescription'])]); - $this->setData(['locale','title',$this->getData(['locale','title'])]); + $this->setData(['locale','title',$this->getData(['config','title'])]); $this->setData(['core', 'dataVersion', 10499]); }