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']) + ]);?>