Merge branch 'dev' into 12-dev
This commit is contained in:
commit
9cc840d3ba
@ -972,6 +972,14 @@ if ($this->getData(['core', 'dataVersion']) < 11400) {
|
||||
];
|
||||
$this->setData(['fonts', 'imported', $fonts]);
|
||||
|
||||
// Rafraichir les thèmes
|
||||
if (file_exists(self::DATA_DIR . 'admin.css')) {
|
||||
unlink (self::DATA_DIR . 'admin.css');
|
||||
}
|
||||
if (file_exists(self::DATA_DIR . 'theme.css')) {
|
||||
unlink (self::DATA_DIR . 'theme.css');
|
||||
}
|
||||
|
||||
// Mise à jour
|
||||
$this->setData(['core', 'dataVersion', 11400]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user