[9.0.18] Get bad num version status
This commit is contained in:
parent
92f9842811
commit
b8cacd7b56
@ -1,5 +1,8 @@
|
||||
# ChangeLog
|
||||
|
||||
## Version 9.0.18
|
||||
- Correction :
|
||||
- Etat par défaut du numéro de version mal récupéré
|
||||
|
||||
## Version 9.0.17
|
||||
- Mises à jour :
|
||||
|
@ -28,7 +28,7 @@ class common {
|
||||
const GROUP_ADMIN = 3;
|
||||
|
||||
// Numéro de version stable
|
||||
const ZWII_VERSION = '9.0.17';
|
||||
const ZWII_VERSION = '9.0.18';
|
||||
|
||||
public static $actions = [];
|
||||
public static $coreModuleIds = [
|
||||
|
@ -110,7 +110,7 @@
|
||||
</div>
|
||||
<div class="col6">
|
||||
<?php echo template::checkbox('themefooterDisplayVersion', true, 'Afficher le numéro de version', [
|
||||
'checked' => $this->getData(['config', 'displayVersion']),
|
||||
'checked' => $this->getData(['theme', 'footer','displayVersion']),
|
||||
'help' => 'Afficher le numéro de version dans le pied de page.'
|
||||
]); ?>
|
||||
<div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user