Supprimer la clé 'keywordColor'

This commit is contained in:
fredtempez 2021-01-13 19:03:37 +01:00
parent 9b8d8c603f
commit 668fda3d1d
1 changed files with 1 additions and 0 deletions

View File

@ -1582,6 +1582,7 @@ class common {
unlink('module/search/ressource/theme.css'); unlink('module/search/ressource/theme.css');
if (file_exists('module/search/ressource/vartheme.css') ) if (file_exists('module/search/ressource/vartheme.css') )
unlink('module/search/ressource/vartheme.css'); unlink('module/search/ressource/vartheme.css');
$this->deleteData(['theme','search','keywordColor']);
$this->setData(['core', 'dataVersion', 10400]); $this->setData(['core', 'dataVersion', 10400]);