From eff8baf50676560237379b2ecbca954bed2d3a93 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 17 Feb 2020 18:10:04 +0100 Subject: [PATCH] =?UTF-8?q?[10.0.033.dev]=20compatbilit=C3=A9=20v9=20saveD?= =?UTF-8?q?ata=20dummy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/core/core.php b/core/core.php index f9e13767..ea0daab0 100644 --- a/core/core.php +++ b/core/core.php @@ -33,7 +33,7 @@ class common { const TEMP_DIR = 'site/tmp/'; // Numéro de version - const ZWII_VERSION = '10.0.032.dev'; + const ZWII_VERSION = '10.0.033.dev'; public static $actions = []; public static $coreModuleIds = [ @@ -385,6 +385,14 @@ class common { } } + /* + * Dummy function + * Compatibilité avec v8 et v9 + */ + public function saveData() { + return; + } + /** * Accède à la liste des pages parents et de leurs enfants * @param int $parentId Id de la page parent @@ -2317,4 +2325,4 @@ class layout extends common { } } -} +} \ No newline at end of file