version dans defaultdata
This commit is contained in:
parent
b7e475cc61
commit
94ce5a2d85
@ -741,8 +741,8 @@ if ($this->getData(['core', 'dataVersion']) < 11202) {
|
|||||||
$this->setData(['core', 'dataVersion', 11202]);
|
$this->setData(['core', 'dataVersion', 11202]);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Version 11.2.06
|
// Version 11.3.00
|
||||||
if ($this->getData(['core', 'dataVersion']) < 11206) {
|
if ($this->getData(['core', 'dataVersion']) < 11300) {
|
||||||
|
|
||||||
// tableau de substitution
|
// tableau de substitution
|
||||||
$fonts = [
|
$fonts = [
|
||||||
@ -789,5 +789,5 @@ if ($this->getData(['core', 'dataVersion']) < 11206) {
|
|||||||
unlink(self::DATA_DIR . 'theme.css');
|
unlink(self::DATA_DIR . 'theme.css');
|
||||||
|
|
||||||
// Mise à jour
|
// Mise à jour
|
||||||
$this->setData(['core', 'dataVersion', 11206]);
|
$this->setData(['core', 'dataVersion', 11300]);
|
||||||
}
|
}
|
@ -56,7 +56,7 @@ class init extends common {
|
|||||||
]
|
]
|
||||||
],
|
],
|
||||||
'core' => [
|
'core' => [
|
||||||
'dataVersion' => 11206,
|
'dataVersion' => 11300,
|
||||||
'lastBackup' => 0,
|
'lastBackup' => 0,
|
||||||
'lastClearTmp' => 0,
|
'lastClearTmp' => 0,
|
||||||
'lastAutoUpdate' => 0,
|
'lastAutoUpdate' => 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user