From ad9b9c0b19fb00db38a0e766a5e584e400cce666 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sun, 3 May 2020 11:14:20 +0200 Subject: [PATCH] Nom en clair d'un module --- core/core.php | 2 +- core/module/page/view/edit/edit.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/core.php b/core/core.php index 94a5a93f..1a39065b 100755 --- a/core/core.php +++ b/core/core.php @@ -36,7 +36,7 @@ class common { const THUMBS_WIDTH = 640; // Numéro de version - const ZWII_VERSION = '10.0.081'; + const ZWII_VERSION = '10.0.082'; const ZWII_UPDATE_CHANNEL = "v10"; public static $actions = []; diff --git a/core/module/page/view/edit/edit.php b/core/module/page/view/edit/edit.php index 47e06b77..68d8f00d 100755 --- a/core/module/page/view/edit/edit.php +++ b/core/module/page/view/edit/edit.php @@ -47,8 +47,8 @@ echo template::formOpen('pageEditForm'); ]); ?> $this->getData(['page', $this->getUrl(2), 'moduleId'])]); ?> $this->getData(['page', $this->getUrl(2), 'moduleId']) !== '' ? $module::$moduleNames[$this->getData(['page', $this->getUrl(2), 'moduleId'])] : '' - ]); ?> + 'value' => $this->getData(['page', $this->getUrl(2), 'moduleId']) + ]);?>