From 668fda3d1da90b63cf6dec8e2ccd51f723b2018a Mon Sep 17 00:00:00 2001 From: fredtempez Date: Wed, 13 Jan 2021 19:03:37 +0100 Subject: [PATCH] =?UTF-8?q?Supprimer=20la=20cl=C3=A9=20'keywordColor'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core.php b/core/core.php index 4ecb5b1e..f0b35e65 100755 --- a/core/core.php +++ b/core/core.php @@ -1582,6 +1582,7 @@ class common { unlink('module/search/ressource/theme.css'); if (file_exists('module/search/ressource/vartheme.css') ) unlink('module/search/ressource/vartheme.css'); + $this->deleteData(['theme','search','keywordColor']); $this->setData(['core', 'dataVersion', 10400]);