forked from ZwiiCMS-Team/ZwiiCMS
v8.5.1 : nom de variable incorrect
This commit is contained in:
parent
4d73dc935a
commit
fd1ec3443d
@ -921,7 +921,7 @@ class common {
|
||||
}
|
||||
// Version 8.4.6
|
||||
if($this->getData(['core', 'dataVersion']) < 846) {
|
||||
$this->setData(['config','iItemsperPage',10]);
|
||||
$this->setData(['config','itemsperPage',10]);
|
||||
$this->setData(['core', 'dataVersion', 846]);
|
||||
$this->SaveData();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user