From 8b4c5d2107b1e414ac3aafa4bf5bca627688615d Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Tue, 3 Oct 2023 14:56:33 +0200 Subject: [PATCH] =?UTF-8?q?Bug=20de=20s=C3=A9lection=20de=20g=C3=A9n=C3=A9?= =?UTF-8?q?ration=20de=20la=20liste=20des=20pages=20en=20edition=20et=20aj?= =?UTF-8?q?out=20de=20cours.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/course/course.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/module/course/course.php b/core/module/course/course.php index 5cf9539..9eb9181 100644 --- a/core/module/course/course.php +++ b/core/module/course/course.php @@ -153,6 +153,7 @@ class course extends common self::$courseCategories = $this->getData(['category']); // Liste des pages disponibles + $this->initDB('page', $this->getUrl(2)); self::$pagesList = $this->getData(['page']); foreach (self::$pagesList as $page => $pageId) { if ( @@ -220,6 +221,7 @@ class course extends common self::$courseCategories = $this->getData(['category']); // Liste des pages disponibles + $this->initDB('page', $this->getUrl(2)); self::$pagesList = $this->getData(['page']); foreach (self::$pagesList as $page => $pageId) { if (