Merge branch 'master' into dev10

This commit is contained in:
Fred Tempez 2020-02-05 16:53:04 +01:00
commit 464460c8cf
2 changed files with 55 additions and 6 deletions

View File

@ -953,8 +953,8 @@ class common {
// Version 9.2.00
if($this->getData(['core', 'dataVersion']) < 9200) {
$this->setData(['theme','footer','template', 3 ]);
$this->setData(['theme','footer','margin', true ]);
$this->setData(['theme','footer','displayLegal', false ]);
$this->setData(['theme','footer','margin', true ]);
$this->setData(['theme','footer','displayLegal', !empty($this->getdata(['config','legalPageId'])) ]);
$this->setData(['theme','footer','displaySearch', false ]);
$this->setData(['config','social','githubId', '' ]);
$this->setData(['core', 'dataVersion', 9200]);

File diff suppressed because one or more lines are too long