From e0e6701b1b53a14ea764cdc26e6f158258995142 Mon Sep 17 00:00:00 2001 From: Deltacms Date: Thu, 5 Jan 2023 11:37:53 +0100 Subject: [PATCH] update news --- module/news/news.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/news/news.php b/module/news/news.php index 243cec2..ff8d6cf 100644 --- a/module/news/news.php +++ b/module/news/news.php @@ -587,7 +587,7 @@ class news extends common { $this->setData(['module',$this->getUrl(0),'config', 'versionData', '4.2' ]); } // Mise à jour 4.5 - if (version_compare($versionData, '4.4', '<') ) { + if (version_compare($versionData, '4.5', '<') ) { // Mettre à jour la version $this->setData(['module',$this->getUrl(0),'config', 'hideMedia', false ]); $this->setData(['module',$this->getUrl(0),'config', 'versionData', '4.5' ]);