diff --git a/CHANGES.MD b/CHANGES.MD index e7dce9a0..9c173a45 100644 --- a/CHANGES.MD +++ b/CHANGES.MD @@ -1,7 +1,15 @@ # ChangeLog +## Version 8.4.9 +* Correction : + - Adresse d'une page inactive + +## version 8.4.8 +* Correction : + - Fautes de frappe + ## Version 8.4.7 -* corrections : +* correction : - Chaine de mise à jour des variables internes ## Version 8.4.6 diff --git a/core/core.php b/core/core.php index 80f68a2d..c9e355a0 100644 --- a/core/core.php +++ b/core/core.php @@ -24,7 +24,7 @@ class common { const GROUP_MEMBER = 1; const GROUP_MODERATOR = 2; const GROUP_ADMIN = 3; - const ZWII_VERSION = '8.4.8'; + const ZWII_VERSION = '8.4.9'; public static $actions = []; public static $coreModuleIds = [ @@ -1886,7 +1886,7 @@ class layout extends common { if ( $this->getData(['page',$parentPageId,'disable']) === true AND $this->getUser('password') !== $this->getInput('ZWII_USER_PASSWORD') ) - {$items .= '';} + {$items .= '';} else { $items .= ''; } @@ -1945,7 +1945,7 @@ class layout extends common { if ( $this->getData(['page',$childKey,'disable']) === true AND $this->getUser('password') !== $this->getInput('ZWII_USER_PASSWORD') ) - {$items .= '';} + {$items .= '';} else { $items .= ''; }