[9.2.22] update channel fix

This commit is contained in:
fredtempez 2020-02-19 09:59:17 +01:00
parent ee6b176784
commit f66f230565
1 changed files with 1 additions and 1 deletions

View File

@ -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,