From f66f230565bc6c2b297bd231efd4407c07162860 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Wed, 19 Feb 2020 09:59:17 +0100 Subject: [PATCH] [9.2.22] update channel fix --- core/module/install/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/module/install/install.php b/core/module/install/install.php index f1d72609..48846637 100755 --- a/core/module/install/install.php +++ b/core/module/install/install.php @@ -227,7 +227,7 @@ class install extends common { */ public function update() { // Nouvelle version - self::$newVersion = file_get_contents('http://zwiicms.com/update/' . common::ZWII_UPDATE_CHANNEL . 'version'); + self::$newVersion = file_get_contents('http://zwiicms.com/update/' . common::ZWII_UPDATE_CHANNEL . '/version'); // Valeurs en sortie $this->addOutput([ 'display' => self::DISPLAY_LAYOUT_LIGHT,