[9.0.08] cleaning
This commit is contained in:
parent
a937f1cfeb
commit
a9746bac3c
@ -1136,8 +1136,7 @@ class common {
|
|||||||
}
|
}
|
||||||
// Version 8.4.6
|
// Version 8.4.6
|
||||||
if($this->getData(['core', 'dataVersion']) < 846) {
|
if($this->getData(['core', 'dataVersion']) < 846) {
|
||||||
echo $this->getData(['core', 'dataVersion']);
|
$this->getData(['core', 'dataVersion']);
|
||||||
echo '<br>';
|
|
||||||
$this->setData(['config','itemsperPage',10]);
|
$this->setData(['config','itemsperPage',10]);
|
||||||
$this->setData(['core', 'dataVersion', 846]);
|
$this->setData(['core', 'dataVersion', 846]);
|
||||||
$this->SaveData();
|
$this->SaveData();
|
||||||
@ -1150,8 +1149,7 @@ class common {
|
|||||||
}
|
}
|
||||||
// Version 8.5.1
|
// Version 8.5.1
|
||||||
if($this->getData(['core', 'dataVersion']) < 851) {
|
if($this->getData(['core', 'dataVersion']) < 851) {
|
||||||
echo $this->getData(['core', 'dataVersion']);
|
$this->getData(['core', 'dataVersion']);
|
||||||
echo '<br>';
|
|
||||||
$this->setData(['config','itemsperPage',10]);
|
$this->setData(['config','itemsperPage',10]);
|
||||||
$this->deleteData(['config','ItemsperPage']);
|
$this->deleteData(['config','ItemsperPage']);
|
||||||
$this->setData(['core', 'dataVersion', 851]);
|
$this->setData(['core', 'dataVersion', 851]);
|
||||||
|
Loading…
Reference in New Issue
Block a user