Merge branch '10500' into 11000

This commit is contained in:
fredtempez 2021-03-05 15:17:55 +01:00
commit f000db5746
1 changed files with 0 additions and 5 deletions

View File

@ -1643,11 +1643,6 @@ class common {
// Version 10.4.05 // Version 10.4.05
if ($this->getData(['core', 'dataVersion']) < 10405) { if ($this->getData(['core', 'dataVersion']) < 10405) {
// Mise à jour forcée des thèmes
unlink (self::DATA_DIR . 'admin.css');
unlink (self::DATA_DIR . 'theme.css');
$this->setData(['core', 'dataVersion', 10405]); $this->setData(['core', 'dataVersion', 10405]);
} }