1.12.00.10 Erreur d'initialisation

This commit is contained in:
Fred Tempez 2024-09-19 09:59:59 +02:00
parent cd509dfcb1
commit c38bd7d12f
3 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ class common
const ACCESS_TIMER = 1800;
// Numéro de version
const ZWII_VERSION = '1.12.00.09';
const ZWII_VERSION = '1.12.00.10';
// URL autoupdate
const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/campus-update/raw/branch/master/';

View File

@ -68,7 +68,7 @@ $(document).ready(function () {
var configLayout = "<?php echo $this->getData(['user', $this->getUser('id'), 'view', 'config']);?>";
// Non défini, valeur par défaut
if (configLayout == null) {
if (configLayout == "") {
configLayout = "setup";
}

View File

@ -69,7 +69,7 @@ $( document ).ready(function() {
*/
var pageLayout = "<?php echo $this->getData(['user', $this->getUser('id'), 'view', 'page']);?>";
// Non défini, valeur par défaut
if (pageLayout == null) {
if (pageLayout == "") {
pageLayout = "content";
}
// Tout cacher