update 11008
This commit is contained in:
parent
72d845f37f
commit
7a81044d00
@ -589,7 +589,7 @@ $this->setData(['core', 'dataVersion', 10600]);
|
||||
}
|
||||
|
||||
// Version 11.0.06
|
||||
if ($this->getData(['core', 'dataVersion']) < 11006) {
|
||||
if ($this->getData(['core', 'dataVersion']) < 11008) {
|
||||
|
||||
// Option de déconnexion auto activée
|
||||
$this->setData(['config','autoDisconnect',true]);
|
||||
@ -640,7 +640,7 @@ if ($this->getData(['core', 'dataVersion']) < 11006) {
|
||||
// Référencement
|
||||
$this->setData(['config','seo','robots',true]);
|
||||
|
||||
$this->setData(['core', 'dataVersion', 11006]);
|
||||
$this->setData(['core', 'dataVersion', 11008]);
|
||||
}
|
||||
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user