fix config titre récupération

This commit is contained in:
Fred Tempez 2020-11-21 15:18:47 +01:00
parent 5577b1b9b0
commit 1a5a163d4f
1 changed files with 1 additions and 1 deletions

View File

@ -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]);
}