news update simplifié
This commit is contained in:
parent
51b6f4b51d
commit
b0e8be710b
@ -70,15 +70,11 @@ class news extends common {
|
|||||||
if ($this->getData(['module', $this->getUrl(0), 'config', 'version']) === NULL) {
|
if ($this->getData(['module', $this->getUrl(0), 'config', 'version']) === NULL) {
|
||||||
$this->setData(['module', $this->getUrl(0), 'config', 'version','0.0']);
|
$this->setData(['module', $this->getUrl(0), 'config', 'version','0.0']);
|
||||||
}
|
}
|
||||||
// Version 2.4
|
// Version 3.0
|
||||||
if (version_compare($this->getData(['module', $this->getUrl(0), 'versionData']), self::VERSION, '<') ) {
|
if (version_compare($this->getData(['module', $this->getUrl(0), 'versionData']), self::VERSION, '<') ) {
|
||||||
$this->setData(['module', $this->getUrl(0),'config', [
|
$this->setData(['module', $this->getUrl(0), 'config', 'itemsperPage', 16]);
|
||||||
'itemsperPage' => 16,
|
$this->setData(['module', $this->getUrl(0), 'config', 'itemsperCol', 6]);
|
||||||
'itemsperCol'=> 6,
|
$this->setData(['module', $this->getUrl(0), 'config', 'version','3.0']);
|
||||||
'feeds' => $this->getData(['module', $this->getUrl(0), 'config','feeds']),
|
|
||||||
'feedsLabel' => $this->getData(['module', $this->getUrl(0), 'config','feedsLabel']),
|
|
||||||
'version' => '3.0'
|
|
||||||
]]);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user