Mise à jour des thèmes dans update
This commit is contained in:
parent
b668b586bf
commit
5fb09bd802
@ -1573,10 +1573,15 @@ class common {
|
|||||||
|
|
||||||
$this->setData(['core', 'dataVersion', 10400]);
|
$this->setData(['core', 'dataVersion', 10400]);
|
||||||
|
|
||||||
/**
|
}
|
||||||
* mettre à jour defaultdata
|
// Version 10.4.05
|
||||||
*/
|
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]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user