From 359961669f62dba8b6e02a2b49869a7eb9e21aac Mon Sep 17 00:00:00 2001 From: fredtempez Date: Fri, 29 Nov 2019 16:16:19 +0100 Subject: [PATCH] =?UTF-8?q?[9.2.12]=20choix=20par=20d=C3=A9faut=20fond=20p?= =?UTF-8?q?age=20s=C3=A9lectionn=C3=A9e.?= 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 36a55eb8..58448062 100644 --- a/core/core.php +++ b/core/core.php @@ -1017,7 +1017,7 @@ class common { } // Version 9.2.12 if($this->getData(['core', 'dataVersion']) < 9212) { - $this->setData(['theme','menu', 'activeColorAuto',true]); + $this->setData(['theme','menu', 'activeColorAuto',false]); $this->setData(['theme','menu', 'activeColor','rgba(255, 255, 255, 1)']); $this->setData(['core', 'dataVersion', 9212]); $this->saveData();