Version 4.5

This commit is contained in:
LC 2023-11-21 18:09:26 +01:00
parent 858270691c
commit 043eec9c26
1 changed files with 3 additions and 3 deletions

View File

@ -40,9 +40,9 @@ class album extends common {
// Versions < 4.4 : versionData absent
if( null === $this->getData(['module', $this->getUrl(0), 'config', 'versionData']) ) $this->setData(['module', $this->getUrl(0), 'config', 'versionData', '4.3']);
// Version 4.4
if (version_compare($this->getData(['module', $this->getUrl(0), 'config', 'versionData']), '4.4', '<') ) {
$this->setData(['module', $this->getUrl(0), 'config', 'versionData','4.4']);
// Version 4.5
if (version_compare($this->getData(['module', $this->getUrl(0), 'config', 'versionData']), '4.5', '<') ) {
$this->setData(['module', $this->getUrl(0), 'config', 'versionData','4.5']);
}
}