From a8635f0c8ab671d55e538f46f5100a8697572899 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Tue, 9 Apr 2024 18:32:05 +0200 Subject: [PATCH] supprime target new dans course manage --- core/module/course/course.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/module/course/course.php b/core/module/course/course.php index 43522fc..4c88bf2 100644 --- a/core/module/course/course.php +++ b/core/module/course/course.php @@ -104,7 +104,7 @@ class course extends common ? sprintf('%s %s', $this->getData(['user', $this->getData(['course', $courseId, 'author']), 'firstname']), $this->getData(['user', $this->getData(['course', $courseId, 'author']), 'lastname'])) : ''; $categorieUrl = helper::baseUrl() . 'course/swap/' . $courseId; - $info = sprintf(' %s
Auteur : %s
Id : %s
', $categorieUrl, $this->getData(['course', $courseId, 'title']), $author, $courseId, ); + $info = sprintf(' %s
Auteur : %s
Id : %s
', $categorieUrl, $this->getData(['course', $courseId, 'title']), $author, $courseId, ); $enrolment = sprintf( 'Accès : %s
Inscription : %s
', self::$courseAccess[$this->getData(['course', $courseId, 'access'])],