From 23f38a606ff7d4d3868ce65e197cf973abf9e4aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Sat, 28 Sep 2024 18:34:10 +0200 Subject: [PATCH] =?UTF-8?q?For=C3=A7age=20inutile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/page/page.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/module/page/page.php b/core/module/page/page.php index 631fee9..eda83c5 100644 --- a/core/module/page/page.php +++ b/core/module/page/page.php @@ -393,8 +393,6 @@ class page extends common foreach ($this->getHierarchy($this->getUrl(2), null) as $childrenPageId) { $this->setData(['page', $childrenPageId, 'parentPageId', $pageId], false); } - // Sauvegarde la base manuellement - $this->saveDB('page'); // Change l'id de page dans les données des modules if ($this->getData(['module', $this->getUrl(2)]) !== null) { $this->setData(['module', $pageId, $this->getData(['module', $this->getUrl(2)])], false);