From efcfcc6287178127f6813556d55e2612f05942f0 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sun, 21 Jan 2024 11:18:05 +0100 Subject: [PATCH] =?UTF-8?q?fix=20bug=20s=C3=A9lecteur=20author?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/course/view/edit/edit.php | 2 +- core/module/course/view/manage/manage.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/module/course/view/edit/edit.php b/core/module/course/view/edit/edit.php index f85c02b..d608f1a 100644 --- a/core/module/course/view/edit/edit.php +++ b/core/module/course/view/edit/edit.php @@ -27,7 +27,7 @@
'Auteur', - 'value' => $this->getdata(['course', $this->getUrl(2), 'author']) + 'selected' => $this->getdata(['course', $this->getUrl(2), 'author']) ]); ?>
diff --git a/core/module/course/view/manage/manage.php b/core/module/course/view/manage/manage.php index 822134d..59c99ca 100644 --- a/core/module/course/view/manage/manage.php +++ b/core/module/course/view/manage/manage.php @@ -64,7 +64,7 @@
'Auteur', - 'value' => $this->getdata(['course', $this->getUrl(2), 'author']), + 'selected' => $this->getdata(['course', $this->getUrl(2), 'author']), 'disabled' => true, ]); ?>