update
This commit is contained in:
parent
226b4e03df
commit
b0491002e8
@ -1492,6 +1492,7 @@ class common {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
$this->setData(['core', 'dataVersion', 10306]);
|
$this->setData(['core', 'dataVersion', 10306]);
|
||||||
|
}
|
||||||
// Version 10.3.08
|
// Version 10.3.08
|
||||||
if ($this->getData(['core', 'dataVersion']) < 10308) {
|
if ($this->getData(['core', 'dataVersion']) < 10308) {
|
||||||
// RAZ la mise à jour auto bug 10.3.07
|
// RAZ la mise à jour auto bug 10.3.07
|
||||||
@ -1499,7 +1500,6 @@ class common {
|
|||||||
$this->setData(['core', 'dataVersion', 10308]);
|
$this->setData(['core', 'dataVersion', 10308]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class core extends common {
|
class core extends common {
|
||||||
|
Loading…
Reference in New Issue
Block a user