v8.5.1 : nom de variable incorrect

This commit is contained in:
fredtempez 2018-12-10 22:14:05 +01:00
parent 4d73dc935a
commit fd1ec3443d
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}